From 71d58aa484ab332cad1eda29edf2df7bfc4e2e91 Mon Sep 17 00:00:00 2001 From: Stefano Date: Fri, 18 Apr 2014 17:07:06 +0200 Subject: Fixed PEP8 violations --- module/plugins/hooks/ExternalScripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hooks/ExternalScripts.py') diff --git a/module/plugins/hooks/ExternalScripts.py b/module/plugins/hooks/ExternalScripts.py index efd28ab17..3d84dcc3d 100644 --- a/module/plugins/hooks/ExternalScripts.py +++ b/module/plugins/hooks/ExternalScripts.py @@ -51,7 +51,7 @@ class ExternalScripts(Hook): 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): -- cgit v1.2.3