faster destruction

It takes a while to wait until the observer thread stopped.
This commit is contained in:
2021-10-28 15:13:54 +02:00
parent 8bab40e2ec
commit 7f96adebdf

View File

@@ -54,11 +54,6 @@ class FileWatchdogThread(QRunnable):
def destruct(self):
self.observer.stop()
try:
self.observer.join()
except:
# probably: RuntimeError: cannot join thread before it is started
pass
class BigText(QWidget):