pychecker fix

This commit is contained in:
Thomas Vander Stichele
2009-09-11 15:43:47 +00:00
parent d30eb59a66
commit 8f94731876

View File

@@ -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: