summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/addons/ExternalScripts.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2014-04-18 17:07:06 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-21 17:23:26 +0200
commit32f88e7e9f090f4e6aa7f6c9b568121a4a02985d (patch)
treea4e71625f4f0ea7456a59644c83a072d852bd381 /pyload/plugins/addons/ExternalScripts.py
parentBayfiles: relogin requires user argument (diff)
downloadpyload-32f88e7e9f090f4e6aa7f6c9b568121a4a02985d.tar.xz
Fixed PEP8 violations
(cherry picked from commit 71d58aa484ab332cad1eda29edf2df7bfc4e2e91)
Diffstat (limited to 'pyload/plugins/addons/ExternalScripts.py')
-rw-r--r--pyload/plugins/addons/ExternalScripts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/addons/ExternalScripts.py b/pyload/plugins/addons/ExternalScripts.py
index 46c2e5e70..de9572c26 100644
--- a/pyload/plugins/addons/ExternalScripts.py
+++ b/pyload/plugins/addons/ExternalScripts.py
@@ -51,7 +51,7 @@ class ExternalScripts(Addon):
for script_type, names in self.scripts.iteritems():
if names:
- self.logInfo((_("Installed scripts for %s: ") % script_type ) + ", ".join([basename(x) for x in names]))
+ self.logInfo((_("Installed scripts for %s: ") % script_type) + ", ".join([basename(x) for x in names]))
def initPluginType(self, folder, path):
if not exists(path):