From 3a82d5f45ffed16d654220efa92ef6b75ea3163b Mon Sep 17 00:00:00 2001 From: Armin Date: Sun, 12 Apr 2015 18:34:55 +0200 Subject: import fixes + code-cleanup --- pyload/manager/thread/Decrypter.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyload/manager/thread/Decrypter.py') 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: -- cgit v1.2.3