-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
This is a reference to the comments made on #7. The windows implementation on python seems to struggle with reading and writing to a file without seeks and flushes separating them. While I was seeking between the read() and write(), I did not between the write() and the next blocks read(). One hacky way to solve this is a seek. Any seek, even if it does nothing, like f.seek(f.tell()) will fix it. Or the more proper way (which will come in a commit fixing this issue soon) is f.flush(). I just wanted to document it.
KyleNehman
Metadata
Metadata
Assignees
Labels
No labels