summaryrefslogtreecommitdiff
path: root/coverage/summary.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/summary.py')
-rw-r--r--coverage/summary.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/coverage/summary.py b/coverage/summary.py
index 94c4458..9227055 100644
--- a/coverage/summary.py
+++ b/coverage/summary.py
@@ -50,6 +50,7 @@ class SummaryReporter(Reporter):
outfile = sys.stdout
def writeout(line):
+ """Write a line to the output, adding a newline."""
if env.PY2:
line = line.encode(output_encoding())
outfile.write(line.rstrip())