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 37176574e..03db68100 100644
--- a/module/PluginThread.py
+++ b/module/PluginThread.py
@@ -460,8 +460,7 @@ class HookThread(PluginThread):
except TypeError, e:
#dirty method to filter out exceptions
if "unexpected keyword argument 'thread'" not in e.message:
- print_exc()
- raise e
+ raise
del self.kwargs["thread"]
self.f(*self.args, **self.kwargs)