From a33d8062833d1bfec4777145cc484c1d6b9e141f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 27 Aug 2010 17:07:33 +0200 Subject: some automatic fixes --- 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 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 -- cgit v1.2.3