small bugfix
This commit is contained in:
parent
393289245f
commit
8bc390fb74
@ -1 +1 @@
|
|||||||
ef17-dirty
|
3932-dirty
|
||||||
|
@ -32,3 +32,6 @@ class AutoPickThread(QThread):
|
|||||||
|
|
||||||
def write(self, text):
|
def write(self, text):
|
||||||
self.message.emit(text)
|
self.message.emit(text)
|
||||||
|
|
||||||
|
def flush(self):
|
||||||
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user