pychecker fixes

This commit is contained in:
Thomas Vander Stichele
2009-05-22 20:44:10 +00:00
parent b137f6a3fd
commit 41c92fcda4
11 changed files with 3 additions and 26 deletions

View File

@@ -63,7 +63,7 @@ class ProgressParser(object):
"""
m = _PROGRESS_RE.search(line)
if m:
code = int(m.group('code'))
# code = int(m.group('code'))
function = m.group('function')
offset = int(m.group('offset'))
if function == 'read':