diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-09-29 21:57:38 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-09-29 21:57:38 +0200 |
commit | 0af040e72ad8345ce4ecc6952dcf4fe4dc28f4ff (patch) | |
tree | 3f4f9e27717792ac1a0cf9730c113662ea106e24 /module/plugins/hooks/ExternalScripts.py | |
parent | Update crypter plugins (diff) | |
download | pyload-0af040e72ad8345ce4ecc6952dcf4fe4dc28f4ff.tar.xz |
Update addon plugins
Diffstat (limited to 'module/plugins/hooks/ExternalScripts.py')
-rw-r--r-- | module/plugins/hooks/ExternalScripts.py | 3 |
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): |