Skip to content

Commit

Permalink
add missing Path
Browse files Browse the repository at this point in the history
  • Loading branch information
ninsbl committed Aug 21, 2023
1 parent 10ecfc7 commit fa7884e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/temporal/t.import.hrsi/t.import.hrsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ def main():
# Write log
if flags["w"]:
with open(
clc_downloader.output_directory
Path(clc_downloader.output_directory)
/ f"hrsi_import_{run_time.strftime('%Y%m%dT%H%M%S')}.log",
"w",
encoding="UTF8",
Expand Down

0 comments on commit fa7884e

Please sign in to comment.