Path setting under Windows writes binary data into file.
alexblaessle opened this issue · 0 comments
alexblaessle commented
Might need to open text file differently when writing to the file. Something like:
with open(fn,'w') as f:
....
alexblaessle opened this issue · 0 comments
Might need to open text file differently when writing to the file. Something like:
with open(fn,'w') as f:
....