summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/internal/UnRar.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/internal/UnRar.py')
-rw-r--r--pyload/plugins/internal/UnRar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/internal/UnRar.py b/pyload/plugins/internal/UnRar.py
index 31a0d7642..ebfe53829 100644
--- a/pyload/plugins/internal/UnRar.py
+++ b/pyload/plugins/internal/UnRar.py
@@ -16,7 +16,7 @@ def renice(pid, value):
if os.name != "nt" and value:
try:
Popen(["renice", str(value), str(pid)], stdout=PIPE, stderr=PIPE, bufsize=-1)
- except:
+ except Exception:
print "Renice failed"