You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a fake block device (dev = fs.CreateFile('name', stat.S_IFBLK))
2. Try and read from it (dev.read())
What is the expected output? What do you see instead?
This should work, but an error is raised about trying to read from a directory.
Patch with fix and test attached.
Original issue reported on code.google.com by [email protected] on 12 Dec 2013 at 3:13
Original issue reported on code.google.com by
[email protected]
on 12 Dec 2013 at 3:13Attachments:
The text was updated successfully, but these errors were encountered: