We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7febd8 + 58903bb commit daa074eCopy full SHA for daa074e
coord_converter.py
@@ -43,7 +43,7 @@ def convert():
43
results.append(result)
44
45
with open(OUTPUT, 'w') as output_file:
46
- output_file_writer = csv.writer(output_file)
+ output_file_writer = csv.writer(output_file, lineterminator='\n')
47
48
with open(INPUT, 'r') as input_file:
49
input_file_reader = csv.reader(input_file)
0 commit comments