summaryrefslogtreecommitdiffstats
path: root/module/pyunrar.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-27 17:07:33 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-27 17:07:33 +0200
commita33d8062833d1bfec4777145cc484c1d6b9e141f (patch)
tree7d815f80cdcced2d36144b9b71760278d29ed007 /module/pyunrar.py
parentlocale fixes (diff)
downloadpyload-a33d8062833d1bfec4777145cc484c1d6b9e141f.tar.xz
some automatic fixes
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 1d17486a4..413d8275e 100644
--- a/module/pyunrar.py
+++ b/module/pyunrar.py
@@ -319,7 +319,7 @@ class Unrar():
if not statusFunction:
statusFunction = lambda p: None
statusFunction(0)
- while ret == None or tmp:
+ while ret is None or tmp:
tmp = p.stdout.read(1)
if tmp:
out += tmp