mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
scripts/makejson: append newline to the end of the file
This commit is contained in:
parent
079abe587e
commit
79aa1e75b5
1 changed files with 1 additions and 0 deletions
|
@ -78,3 +78,4 @@ iwads["freedm.wad"]["version"] = version
|
||||||
|
|
||||||
with open(json_file, "w") as f:
|
with open(json_file, "w") as f:
|
||||||
json.dump(iwads, f, indent=2, sort_keys=True)
|
json.dump(iwads, f, indent=2, sort_keys=True)
|
||||||
|
f.write("\n")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue