From 8bc390fb74825994dda67cc5e8b7a50bc5e88135 Mon Sep 17 00:00:00 2001 From: Marcel Paffrath Date: Thu, 6 Apr 2017 16:18:08 +0200 Subject: [PATCH] small bugfix --- pylot/RELEASE-VERSION | 2 +- pylot/core/util/thread.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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