Skip to content

Commit

Permalink
added archive dir to be cleared with purge
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikatr7 committed May 27, 2024
1 parent 56a3cb6 commit 5bd8dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/common/file_ensurer.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ def purge_storage() -> None:
]

stuff_to_truncate = [
FileEnsurer.output_dir
FileEnsurer.output_dir,
FileEnsurer.archive_dir
]

for thing in stuff_to_purge:
Expand Down

0 comments on commit 5bd8dc8

Please sign in to comment.