From 4d700c31130e14dfd8d3796c6981afe8a617ed0b Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Thu, 2 May 2024 19:01:34 +0300 Subject: [PATCH] Better cleanup --- tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.py b/tasks.py index 043bb3d39..1d9353544 100644 --- a/tasks.py +++ b/tasks.py @@ -136,6 +136,7 @@ def clean(c): pyi_file, Path("./.ruff_cache"), Path("./.pytest_cache"), + PYTHON_SRC_DIR / "rfbrowser.log", ]: try: file.unlink()