summaryrefslogtreecommitdiffstats
path: root/module/pyunrar.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-13 22:30:39 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-13 22:30:39 +0200
commita3c6c5bead71edbeb618fe888995cb2438123fda (patch)
tree7b3ed1d481467b7bb69d087ffd0ed2c0fc4e26d9 /module/pyunrar.py
parentsleep fix (diff)
downloadpyload-a3c6c5bead71edbeb618fe888995cb2438123fda.tar.xz
more detailed debug reports
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