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 378a4dc + 217c708 commit 704b417Copy full SHA for 704b417
flow/util/genElapsedTime.py
@@ -23,7 +23,7 @@
23
sys.exit(1)
24
25
# Loop on all log files in the directory
26
-for f in list(pathlib.Path(args.logDir).glob('**/[0-9]_*.log')):
+for f in sorted(pathlib.Path(args.logDir).glob('**/[0-9]_*.log')):
27
# Extract Elapsed Time line from log file
28
for line in open(str(f)):
29
elapsedTime = 0
0 commit comments