gui_main.py: Adjust payload verification

This commit is contained in:
Mykola Grymalyuk
2022-05-21 14:35:57 -06:00
parent 52b12a7e0b
commit 89c0f9b3d5
+1 -1
View File
@@ -164,7 +164,7 @@ class wx_python_gui:
def is_unpack_finished(self): def is_unpack_finished(self):
if not self.constants.unpack_thread.is_alive(): if not self.constants.unpack_thread.is_alive():
if Path(self.constants.payload_path).exists(): if Path(self.constants.payload_kexts_path).exists():
return True return True
else: else:
# Raise error to end program # Raise error to end program