refactor: small cleanup

This commit is contained in:
Dobin Rutishauser
2025-06-21 10:19:01 +02:00
parent 71bc23f47a
commit 1db212de53
5 changed files with 10 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ def clean_files(settings):
settings.project_asm_path,
settings.project_shc_path,
settings.project_exe_path,
settings.get_inject_exe_out(),
]
for file in files_to_clean:
pathlib.Path(file).unlink(missing_ok=True)