summaryrefslogtreecommitdiffstats
path: root/module/pyunrar.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/pyunrar.py')
-rw-r--r--module/pyunrar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/pyunrar.py b/module/pyunrar.py
index 6bb240965..1d17486a4 100644
--- a/module/pyunrar.py
+++ b/module/pyunrar.py
@@ -366,5 +366,5 @@ if __name__ == "__main__":
def s(p):
print p
print u.crackPassword(passwords=["test1", "ggfd", "423r", "test"], destination=".", statusFunction=s, overwrite=True)
- except CommandError as e:
+ except CommandError, e:
print e