Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gitjannes committed Nov 21, 2024
1 parent ea34db7 commit a090d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protzilla/run_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_available_run_names() -> list[str]:
return []
return [
directory.name
for directory in paths.RUNS_PATH.iterdir()
for directory in paths.RUNS_PATH.iterdir() #not sorted the same for different os?
if not directory.name.startswith(".")
]

Expand Down

0 comments on commit a090d75

Please sign in to comment.