Skip to content

Commit

Permalink
add newline empty to emoji writer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Jan 28, 2019
1 parent d6aae55 commit 9c537eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagmaps/classes/compile_output.py
Expand Up @@ -164,7 +164,7 @@ def _attach_emojitable_handler(cls, shapefile,
"""
if contains_emoji_output:
with open("02_Output/emojiTable.csv",
"w", encoding='utf-8') as emoji_table:
"w", newline='', encoding='utf-8') as emoji_table:
emoji_table.write("FID,Emoji\n")
if itemized:
cls._write_all_shapes(
Expand Down

0 comments on commit 9c537eb

Please sign in to comment.