summaryrefslogtreecommitdiffstats
path: root/module/PluginThread.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r--module/PluginThread.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py
index 007a17ef1..4f138f858 100644
--- a/module/PluginThread.py
+++ b/module/PluginThread.py
@@ -409,8 +409,7 @@ class HookThread(PluginThread):
def run(self):
self.f(self.active)
-
-
+
self.m.localThreads.remove(self)
if isinstance(self.active, PyFile):
self.active.finishIfDone()