Skip to content

Commit

Permalink
Better cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed May 2, 2024
1 parent ab85bd1 commit 4d700c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def clean(c):
pyi_file,
Path("./.ruff_cache"),
Path("./.pytest_cache"),
PYTHON_SRC_DIR / "rfbrowser.log",
]:
try:
file.unlink()
Expand Down

0 comments on commit 4d700c3

Please sign in to comment.