diff --git a/pylot/RELEASE-VERSION b/pylot/RELEASE-VERSION index 7f721368..29e139ef 100644 --- a/pylot/RELEASE-VERSION +++ b/pylot/RELEASE-VERSION @@ -1 +1 @@ -ef17-dirty +3932-dirty diff --git a/pylot/core/util/thread.py b/pylot/core/util/thread.py index fcb9e1c9..038aef8d 100644 --- a/pylot/core/util/thread.py +++ b/pylot/core/util/thread.py @@ -32,3 +32,6 @@ class AutoPickThread(QThread): def write(self, text): self.message.emit(text) + + def flush(self): + pass