From 06b0785037a95815be06f5cfcfc64f6120e14956 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 16 Oct 2011 15:39:27 +0200 Subject: small improvement --- module/PluginThread.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module/PluginThread.py') 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) -- cgit v1.2.3