lglaf icon indicating copy to clipboard operation
lglaf copied to clipboard

fix unwanted CRLF conversion on windows

Open erik-smit opened this issue 8 years ago • 2 comments

python 2.x does CRLF conversion on windows by default, causing my READs to be damaged.

Took my fix from http://stackoverflow.com/questions/2374427/python-2-x-write-binary-output-to-stdout

erik-smit avatar Dec 15 '16 15:12 erik-smit

@erik-smit Thanks for your PR! Does this also work with Python 3? Can you try the suggestion from @ehem?

Lekensteyn avatar Jan 03 '17 11:01 Lekensteyn

I don't really have time to further this, sorry.

erik-smit avatar Jan 03 '17 16:01 erik-smit