Ensure stderr newline.

This commit is contained in:
Joshua Harlow 2012-10-05 11:31:56 -07:00
parent 0015ed2694
commit c1dc8ad5dd
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ def generate_spec_contents(args, tmpl_fn, top_dir, arc_fn):
changelog_lines.append(format_change_line(datetime.now(), '??'))
else:
sys.stderr.write(("Changelog version line %s "
"does not have a corresponding tag!") % (line))
"does not have a corresponding tag!\n") % (line))
else:
changelog_lines.append(header)
else: