Plugins/CheckerPlugins/Tabnanny/Tabnanny.py

branch
6_1_x
changeset 4541
e8ddd9d76414
parent 4237
ff8a3e769fca
child 4631
5c1a96925da4
equal deleted inserted replaced
4539:beac8323fa9e 4541:e8ddd9d76414
492 thisguy = Whitespace(line) 492 thisguy = Whitespace(line)
493 if not indents[-1].equal(thisguy): 493 if not indents[-1].equal(thisguy):
494 witness = indents[-1].not_equal_witness(thisguy) 494 witness = indents[-1].not_equal_witness(thisguy)
495 msg = "indent not equal e.g. " + format_witnesses(witness) 495 msg = "indent not equal e.g. " + format_witnesses(witness)
496 raise NannyNag(start[0], msg, line) 496 raise NannyNag(start[0], msg, line)
497
498 # eflag: noqa = M111

eric ide

mercurial