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
-2
View File
@@ -36,8 +36,6 @@ class Project():
self.generate_asm_from_c: bool = True
self.generate_shc_from_asm: bool = True
self.verify_filename: FilePath = r'C:\Temp\a'
def load_payload(self):
logging.info("Load payload: {}".format(self.payload_path))