Skip to content

Commit

Permalink
Update methods.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AThousandShips authored Jan 17, 2025
1 parent ce88021 commit 69e4a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ def clean_cache(cache_path: str, cache_limit: int, verbose: bool) -> None:
count -= 1
if verbose:
print_info(f"Purged {count} file{'s' if count else ''} from cache.")
break


def prepare_cache(env) -> None:
Expand Down

0 comments on commit 69e4a69

Please sign in to comment.