summaryrefslogtreecommitdiffstats
path: root/pyload/manager/thread/Decrypter.py
diff options
context:
space:
mode:
authorGravatar Armin <Armin@Armin-PC.diedering.lan> 2015-04-12 18:34:55 +0200
committerGravatar Armin <Armin@Armin-PC.diedering.lan> 2015-04-12 18:34:55 +0200
commit3a82d5f45ffed16d654220efa92ef6b75ea3163b (patch)
tree8ab6550e7afa428240b105e77d2e204713eb257c /pyload/manager/thread/Decrypter.py
parentfix, fix and more fixes (diff)
downloadpyload-3a82d5f45ffed16d654220efa92ef6b75ea3163b.tar.xz
import fixes + code-cleanup
Diffstat (limited to 'pyload/manager/thread/Decrypter.py')
-rw-r--r--pyload/manager/thread/Decrypter.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/manager/thread/Decrypter.py b/pyload/manager/thread/Decrypter.py
index 7fcf93e4c..12806163c 100644
--- a/pyload/manager/thread/Decrypter.py
+++ b/pyload/manager/thread/Decrypter.py
@@ -48,8 +48,7 @@ class DecrypterThread(PluginThread):
pyfile.plugin.preprocessing(self)
except NotImplementedError:
- self.m.core.log.error(
- _("Plugin %s is missing a function.") % pyfile.pluginname)
+ self.m.core.log.error(_("Plugin %s is missing a function.") % pyfile.pluginname)
return
except Fail, e: