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

fix: Typo

parent 44e8492e
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ if datetime.now() <= start_date:
exit(0)
infile_path = f"{os.getenv("WEATHER_DATA_DIR")}{year}/"
infile_path = f"{os.getenv('WEATHER_DATA_DIR')}{year}/"
outtmp_path = f"out/{year}/"
os.makedirs(outtmp_path, exist_ok=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment