mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
fix: bug when temp dir is missing
This commit is contained in:
@@ -11,9 +11,13 @@ from model.project import prepare_project
|
|||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
logger.info("Super Mega Tester")
|
logger.info("Super Mega Tester: " + os.path.dirname(VerifyFilename))
|
||||||
config.load()
|
config.load()
|
||||||
|
|
||||||
|
if not os.path.exists(os.path.dirname(VerifyFilename)):
|
||||||
|
print("{} directory does not exist".format(os.path.dirname(VerifyFilename)))
|
||||||
|
return
|
||||||
|
|
||||||
test_exe_code()
|
test_exe_code()
|
||||||
test_exe_data()
|
test_exe_data()
|
||||||
test_dll_code()
|
test_dll_code()
|
||||||
|
|||||||
Reference in New Issue
Block a user