Device driver does not work on Windows systems #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On Windows, for some fuck-ass reason, any calls to
which occurs once in utils.py and once in driver.py, will cause a
io.UnsupportedOperation: filenoerror on Windows machines specifically.Removing these lines on Windows fixes the issue currently. Tested functionality with WHSPAH-Web-Interface.
May work on adding a simple OS Check to not run the
selectcommands if it detects Windows.