Skip to content
Snippets Groups Projects
Commit aec996be authored by Lene Wasskog's avatar Lene Wasskog
Browse files

chore: Remove redundant '/' from path

parent 4373473b
No related branches found
No related tags found
No related merge requests found
Pipeline #6154 passed
......@@ -181,7 +181,7 @@ def create_mapfile(timestep_dates):
"language_codes": language_codes,
}
)
with open(f"{result_mapfile_year_dir}/{model_id}.map", "w") as f:
with open(f"{result_mapfile_year_dir}{model_id}.map", "w") as f:
f.write(output)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment