Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
Add a newline to the end of the MANIFEST.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Oct 15, 2015
1 parent fe05a47 commit a68d065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifest/manifest.py
Expand Up @@ -376,3 +376,4 @@ def load(tests_root, manifest):
def write(manifest, manifest_path):
with open(manifest_path, "w") as f:
json.dump(manifest.to_json(), f, sort_keys=True, indent=2, separators=(',', ': '))
f.write("\n")

0 comments on commit a68d065

Please sign in to comment.