Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix logic for detection of Windows OS (#42)
Should be `if os.name == 'nt'`, and *not* `if sys.platform == 'nt'`. Helpful explanation at https://stackoverflow.com/a/11674977/20789. Signed-off-by: Daniel Lenski <[email protected]>
- Loading branch information