diff --git a/pylot/core/util/thread.py b/pylot/core/util/thread.py index 64635044..8a3f351a 100644 --- a/pylot/core/util/thread.py +++ b/pylot/core/util/thread.py @@ -138,6 +138,7 @@ class Worker(QRunnable): self.signals.result.emit(result) finally: self.signals.finished.emit('Done') + sys.stdout = sys.__stdout__ def write(self, text): self.signals.message.emit(text)