Skip to content
Snippets Groups Projects

Fix/get dir creation date

Merged Karim Ahmed requested to merge fix/get_dir_creation_date into master
3 unresolved threads
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -358,6 +358,8 @@ def get_dir_creation_date(directory: Union[str, Path], run: int,
proposal = int(directory.parent.name[1:])
directory = directory / 'r{:04d}'.format(run)
# Validate the availability of the input folder.
# And show a clear error message, if it was not found.
try:
dc = RunDirectory(directory)
except FileNotFoundError as e:
Loading