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

fix: More typos

parent a806a22c
No related branches found
No related tags found
No related merge requests found
......@@ -69,9 +69,9 @@ outtmp_path = f"out/{year}/"
os.makedirs(outtmp_path, exist_ok=True)
tmpfile_path = f"tmp/{year}/"
os.makedirs(tmpfile_path, exist_ok=True)
outfile_path = f"{os.getenv("DATA_DIR")}{year}/"
outfile_path = f"{os.getenv('DATA_DIR')}{year}/"
os.makedirs(outfile_path, exist_ok=True)
mapfile_outdir = f"{os.getenv("MAPFILE_DIR")}{year}/"
mapfile_outdir = f"{os.getenv('MAPFILE_DIR')}{year}/"
os.makedirs(mapfile_outdir, exist_ok=True)
bg_filename = f"{tmpfile_path}background_data.nc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment