fix: [tool] newline

pull/176/head
Alexandre Dulaunoy 2019-11-05 15:20:30 +01:00
parent a7bba2caeb
commit bccc0988e2
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ def generateManifest(taxonomies):
def saveManifest(manifest):
with open(TAXONOMY_ROOT_PATH / 'MANIFEST.json', 'w') as f:
json.dump(manifest, f, indent=2, sort_keys=True, ensure_ascii=False)
f.write('\n')
def awesomePrint(text):
print('\033[1;32m{}\033[0;39m'.format(text))