Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
the-other-james committed May 23, 2023
1 parent 79e9d53 commit 0254717
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import os

# TODO: These two lines used in one place do not warrant their own function
def setup_folders(results_path):
if not os.path.isdir(results_path):
os.mkdir(results_path)

0 comments on commit 0254717

Please sign in to comment.