- made sure that the optimal tool detected works for isolation
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user