mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Make the prefix 7 spaces long, so the lines are properly aligned.
This commit is contained in:
parent
fe89cc186c
commit
c171172614
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ class CoverageResults:
|
||||||
n_hits += 1
|
n_hits += 1
|
||||||
n_lines += 1
|
n_lines += 1
|
||||||
elif rx_blank.match(line):
|
elif rx_blank.match(line):
|
||||||
outfile.write(" ")
|
outfile.write(" ")
|
||||||
else:
|
else:
|
||||||
# lines preceded by no marks weren't hit
|
# lines preceded by no marks weren't hit
|
||||||
# Highlight them if so indicated, unless the line contains
|
# Highlight them if so indicated, unless the line contains
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue