diff options
author | Armin <Armin@Armin-PC.diedering.lan> | 2015-04-12 18:34:55 +0200 |
---|---|---|
committer | Armin <Armin@Armin-PC.diedering.lan> | 2015-04-12 18:34:55 +0200 |
commit | 3a82d5f45ffed16d654220efa92ef6b75ea3163b (patch) | |
tree | 8ab6550e7afa428240b105e77d2e204713eb257c /pyload/manager/thread/Decrypter.py | |
parent | fix, fix and more fixes (diff) | |
download | pyload-3a82d5f45ffed16d654220efa92ef6b75ea3163b.tar.xz |
import fixes + code-cleanup
Diffstat (limited to 'pyload/manager/thread/Decrypter.py')
-rw-r--r-- | pyload/manager/thread/Decrypter.py | 3 |
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: |