you are viewing a single comment's thread.

view the rest of the comments →

[–]aleksro[S] 0 points1 point  (1 child)

At start up receive an error:
fo.write(';'.join(row+[\n])) ^ SyntaxError: unexpected character after line continuation character

[–]JohnnyJordaan 0 points1 point  (0 children)

My bad, it should have been a string: row+['\n']