Skip to content

Commit f8d20a2

Browse files
committed
Sort projects
1 parent 3baa4c5 commit f8d20a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ def select_project():
329329
projects = [
330330
d for d in os.listdir(runs_path) if os.path.isdir(os.path.join(runs_path, d))
331331
]
332+
projects.sort()
332333
if not projects:
333334
raise ValueError(f"No projects found in {runs_path}")
334335

0 commit comments

Comments
 (0)