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

Merge branch 'main' into 'release'

Bugfix in rename of result_unmasked

See merge request !4
parents 4b7cd71c 22ef1ee1
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