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

fix: Copy/paste error

parent 271ed505
No related branches found
No related tags found
No related merge requests found
...@@ -83,9 +83,9 @@ if len(sys.argv) > 1: ...@@ -83,9 +83,9 @@ if len(sys.argv) > 1:
else: else:
year = today.year year = today.year
weather_data_path = weather_data_dir weather_data_path = infile_path
if year != today.year: if year != today.year:
weather_data_path = f"{archive_weather_data_dir}{year}/" weather_data_path = f"{infile_archive_path}{year}/"
# Path to store intermediary calculations # Path to store intermediary calculations
tmpfile_path = f"tmp/{year}/" tmpfile_path = f"tmp/{year}/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment