diff options
Diffstat (limited to 'module/pyunrar.py')
-rw-r--r-- | module/pyunrar.py | 2 |
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 |