mirror of https://github.com/python/cpython.git
Make the prefix 7 spaces long, so the lines are properly aligned.
This commit is contained in:
parent
fe89cc186c
commit
c171172614
|
@ -309,7 +309,7 @@ def write_results_file(self, path, lines, lnotab, lines_hit):
|
|||
n_hits += 1
|
||||
n_lines += 1
|
||||
elif rx_blank.match(line):
|
||||
outfile.write(" ")
|
||||
outfile.write(" ")
|
||||
else:
|
||||
# lines preceded by no marks weren't hit
|
||||
# Highlight them if so indicated, unless the line contains
|
||||
|
|
Loading…
Reference in New Issue