regenerating policies

This commit is contained in:
Jack Danger 2017-09-20 18:12:30 -07:00
commit 727f757bc4
2 changed files with 134 additions and 6 deletions

View file

@ -60,4 +60,4 @@ with open(output_file, 'w') as f:
indent=4,
separators=(',', ': '),
default=json_serial))
f.write(triple_quote)
f.write('{}\n'.format(triple_quote))