Skip to content
Snippets Groups Projects
Commit 22ef1ee1 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Bugfix in rename of result_unmasked

parent 55305667
Branches
No related tags found
1 merge request!4Bugfix in rename of result_unmasked
......@@ -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"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment