Skip to content
Snippets Groups Projects
Commit 2e5827e9 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

edit func. descr.

parent 96fe1275
No related branches found
No related tags found
1 merge request!115feat/get_oldest_file's_timestamp
...@@ -427,10 +427,11 @@ def get_notebook_name(): ...@@ -427,10 +427,11 @@ def get_notebook_name():
def get_dir_creation_date(directory, run, tsdir=False): def get_dir_creation_date(directory, run, tsdir=False):
""" """
Return modification time of [directory]/[run]04 Return modification time of oldest file.h5 in [directory]/[run]04
:param directory: path to directory which contains runs :param directory: path to directory which contains runs
:param run: run number :param run: run number
:param tsdir: to get modification time of [directory]/[run]04.
:return: (datetime) modification time :return: (datetime) modification time
""" """
if tsdir: if tsdir:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment