alexblaessle/PyFRAP

Path setting under Windows writes binary data into file.

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:
    ....