Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
rlxdev committed Nov 15, 2024
1 parent e79ab7f commit fffd955
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_output_path() -> Path:
directories = [(d, d.stat().st_ctime)
for d in output_dir.glob(dir_pattern)]
directories.sort(key = itemgetter(1), reverse = True)

print(f'directories: {directories}')
return directories[0][0]


Expand Down

0 comments on commit fffd955

Please sign in to comment.