- made sure that the optimal tool detected works for isolation

This commit is contained in:
Marius Stanciu
2021-08-15 15:42:34 +03:00
committed by Marius
parent 7a7214752c
commit 3c44fbaedb
5 changed files with 8 additions and 1 deletions

View File

@@ -166,5 +166,8 @@ if __name__ == '__main__':
timer.timeout.connect(lambda: None)
timer.start(100)
sys.exit(app.exec())
try:
sys.exit(app.exec())
except SystemError:
pass
# app.exec()