diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-13 22:30:39 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-13 22:30:39 +0200 |
commit | a3c6c5bead71edbeb618fe888995cb2438123fda (patch) | |
tree | 7b3ed1d481467b7bb69d087ffd0ed2c0fc4e26d9 /module/pyunrar.py | |
parent | sleep fix (diff) | |
download | pyload-a3c6c5bead71edbeb618fe888995cb2438123fda.tar.xz |
more detailed debug reports
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 |