Skip to content

Commit

Permalink
typo fix in join_levels.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteVandecrux committed Jun 11, 2024
1 parent eaa49fd commit e0d93b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypromice/process/join_levels.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def join_levels():
exit()

# Define output directory subfolder
out = os.path.join(args.output, name)
out = os.path.join(args.outpath, name)

# Resample to hourly, daily and monthly datasets and write to file
prepare_and_write(all_ds, out, v, m, '60min')
Expand Down

0 comments on commit e0d93b5

Please sign in to comment.