Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus1806 committed Nov 15, 2024
1 parent f760f0b commit a2d9eeb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sisyphus/cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,5 +376,9 @@ def cleanup_unused(
job_dirs = list_all_graph_directories()
to_remove = search_for_unused(job_dirs, verbose=True, filter_unused=filter_unused)
remove_directories(
to_remove, "Not used in graph", mode=mode, force=False, filter_printed=filter_printed,
to_remove,
"Not used in graph",
mode=mode,
force=False,
filter_printed=filter_printed,
)

0 comments on commit a2d9eeb

Please sign in to comment.