Recompile of JSON to JS messages.

Delete unused Klingon message.
Remove '.' from message that confusingly appears after a filename.
This commit is contained in:
Neil Fraser
2021-07-28 14:50:31 -07:00
committed by Neil Fraser
parent 0e4f11404c
commit 52d280e615
6 changed files with 40 additions and 41 deletions

View File

@@ -155,7 +155,7 @@ def main():
outfile.write(constants_text)
if not args.quiet:
print('Created {0}.'.format(outname))
print('Created {0}'.format(outname))
if __name__ == '__main__':