mirror of
https://github.com/drewcassidy/yaclog-ksp.git
synced 2024-09-01 14:58:44 +00:00
Add comment in generated files saying it was autogenerated
This commit is contained in:
parent
8d8455898c
commit
fe6ca6559a
@ -92,6 +92,7 @@ def main(inpath, outpath, name):
|
||||
v_node.add_value('change', change)
|
||||
|
||||
with open(outpath, 'w') as fp:
|
||||
fp.write('// Changelog file generated by yaclog-ksp (https://github.com/drewcassidy/yaclog-ksp)')
|
||||
fp.write('KERBALCHANGELOG\n')
|
||||
fp.write(str(node))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user