mirror of
https://github.com/drewcassidy/yaclog-ksp.git
synced 2024-09-01 14:58:44 +00:00
add newline to end of comment
This commit is contained in:
parent
bc0ddc1ff3
commit
55352697dd
@ -108,7 +108,7 @@ def main(inpath, outpath, name):
|
|||||||
v_node.add_value('change', change)
|
v_node.add_value('change', change)
|
||||||
|
|
||||||
with open(outpath, 'w') as fp:
|
with open(outpath, 'w') as fp:
|
||||||
fp.write('// Changelog file generated by yaclog-ksp (https://github.com/drewcassidy/yaclog-ksp)')
|
fp.write('// Changelog file generated by yaclog-ksp (https://github.com/drewcassidy/yaclog-ksp)\n')
|
||||||
fp.write('KERBALCHANGELOG\n')
|
fp.write('KERBALCHANGELOG\n')
|
||||||
fp.write(str(node))
|
fp.write(str(node))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user