refactor: from project.verify_filename to def.py:VerifyFilename

This commit is contained in:
Dobin
2024-02-19 19:30:15 +00:00
parent 0f68a242da
commit b66c7cc6d8
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ def clean_files():
os.path.join(build_dir, "peb_lookup.h"),
#os.path.join(build_dir, "main.exe"),
project.verify_filename,
VerifyFilename,
]
for file in files_to_clean:
pathlib.Path(file).unlink(missing_ok=True)