scripts/makejson: append newline to the end of the file

master
Mike Swanson 2019-09-17 19:25:32 -07:00
parent 079abe587e
commit 79aa1e75b5
1 changed files with 1 additions and 0 deletions

View File

@ -78,3 +78,4 @@ iwads["freedm.wad"]["version"] = version
with open(json_file, "w") as f:
json.dump(iwads, f, indent=2, sort_keys=True)
f.write("\n")