mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Make the comment prefix 7 character long, so the lines are properly
aligned.
This commit is contained in:
parent
a9da5ae07a
commit
fc1efa371a
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ class CoverageResults:
|
|||
n_lines = n_lines + 1
|
||||
elif blank.match(line):
|
||||
# blank lines and comments are preceded by dots
|
||||
outfile.write(' . ')
|
||||
outfile.write(' . ')
|
||||
else:
|
||||
# lines preceded by no marks weren't hit
|
||||
# Highlight them if so indicated, unless the line contains
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue