66cfc3ea37
@ -93,6 +93,7 @@ class QtHandlerBase(QObject, PrintError):
def show_error(self, msg, blocking=False):
self.done.clear()
self.error_signal.emit(msg, blocking)
if blocking:
self.done.wait()
def finished(self):