forked from organicmaps/organicmaps
Fixes generation script
This commit is contained in:
parent
e613a0e775
commit
a7e187b410
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue