summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/ExternalScripts.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-29 21:57:38 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-29 21:57:38 +0200
commit0af040e72ad8345ce4ecc6952dcf4fe4dc28f4ff (patch)
tree3f4f9e27717792ac1a0cf9730c113662ea106e24 /module/plugins/hooks/ExternalScripts.py
parentUpdate crypter plugins (diff)
downloadpyload-0af040e72ad8345ce4ecc6952dcf4fe4dc28f4ff.tar.xz
Update addon plugins
Diffstat (limited to 'module/plugins/hooks/ExternalScripts.py')
-rw-r--r--module/plugins/hooks/ExternalScripts.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hooks/ExternalScripts.py b/module/plugins/hooks/ExternalScripts.py
index 4ec526d35..c752ce6ac 100644
--- a/module/plugins/hooks/ExternalScripts.py
+++ b/module/plugins/hooks/ExternalScripts.py
@@ -94,7 +94,8 @@ class ExternalScripts(Addon):
p.communicate()
except Exception, e:
- self.log_error(_("Runtime error: %s") % script, e or _("Unknown error"))
+ self.log_error(_("Runtime error: %s") % script,
+ e or _("Unknown error"))
def pyload_start(self):