itc.py; false negative is fixed
This commit is contained in:
parent
d606eb5ed9
commit
921997c9e9
|
@ -38,8 +38,6 @@ def get_error_lines(filename):
|
|||
linenr = 176
|
||||
elif linenr == 241:
|
||||
linenr = 242 # warn about usage
|
||||
elif linenr == 266:
|
||||
continue # no warning should be written
|
||||
ret.append(linenr)
|
||||
return ret
|
||||
|
||||
|
|
Loading…
Reference in New Issue