refactor: fix some things shown by newer VS syntax checker, mostly type related

This commit is contained in:
Dobin Rutishauser
2025-01-25 18:07:24 +01:00
parent 1d3324686f
commit 919aca0d70
11 changed files with 73 additions and 66 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class FilePath(str):
pass
# with data/shellcodes/createfile.bin
VerifyFilename: FilePath = r'C:\Temp\a'
VerifyFilename: FilePath = FilePath("C:\\Temp\\a")
# Directory structure
PATH_EXES = "data/binary/exes/"