We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abff71b + e790361 commit 9422c8dCopy full SHA for 9422c8d
flow/util/genElapsedTime.py
@@ -30,7 +30,7 @@ def print_log_dir_times(logdir):
30
print(logdir)
31
32
# Loop on all log files in the directory
33
- for f in sorted(pathlib.Path(logdir).glob('**/[0-9]_*.log')):
+ for f in sorted(pathlib.Path(logdir).glob('**/*.log')):
34
# Extract Elapsed Time line from log file
35
with open(str(f)) as logfile:
36
found = False
0 commit comments