Fixes generation script

This commit is contained in:
r.kuznetsov 2017-04-25 15:14:10 +03:00
parent e613a0e775
commit a7e187b410

View file

@ -59,4 +59,4 @@ if __name__ == '__main__':
check_symbols(symbols)
with open(output_name, "w") as text_file:
for symbol in symbols:
text_file.write(symbol)
text_file.write(symbol + '\n')