Skip to content
Snippets Groups Projects

Bugfix in rename of result_unmasked

Merged Tor-Einar Skog requested to merge main into release
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -154,7 +154,7 @@ def create_warning_status(start_date):
else:
os.rename(
f"{tmpfile_path}result_unmasked.nc",
f"{tmpfile_path}result{file_date}.nc",
f"{tmpfile_path}result_{file_date}.nc",
)
if file_date > start_date.strftime("%Y-%m-%d"):
Loading