From a3c6c5bead71edbeb618fe888995cb2438123fda Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 13 Aug 2010 22:30:39 +0200 Subject: more detailed debug reports --- module/pyunrar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/pyunrar.py') 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 -- cgit v1.2.3