Closed sebpop closed 4 years ago
os.uname() only exists on Unix systems.
This PR fixes a problem that I introduced in #26. I have seen the failures on windows only after #26 got merged.
os.uname() only exists on Unix systems.