From 8f94731876ea49e6cbe4972b335f2be15fe2853c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 11 Sep 2009 15:43:47 +0000 Subject: [PATCH] pychecker fix --- morituri/common/program.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morituri/common/program.py b/morituri/common/program.py index 28391a2..ff5b12c 100644 --- a/morituri/common/program.py +++ b/morituri/common/program.py @@ -485,7 +485,7 @@ class Program(log.Loggable): ar = ", DB [%08x]" % trackResult.ARDBCRC # htoa tracks (i == 0) do not have an ARCRC if trackResult.ARCRC is None: - assert trackResult.number is 0, \ + assert trackResult.number == 0, \ 'no trackResult.ARCRC on non-HTOA track' res.append("Track 0: unknown (not tracked)") else: