ohare93 / brain-brew

Automated Anki flashcard creation and extraction to/from Csv
The Unlicense
89 stars 5 forks source link

Prevent carriage returns from being inserted into CSVs #17

Closed aplaice closed 3 years ago

aplaice commented 3 years ago

See: https://github.com/axelboc/anki-ultimate-geography/pull/364#issuecomment-751524709

newline='' is not needed for this purpose, but is apparently recommended: https://docs.python.org/3.9/library/csv.html#id1 so it probably won't hurt!

ohare93 commented 3 years ago

Confirmed to work :clap: thanks, mate