Closed mictab closed 7 years ago
Let's the user not have to worry about the output of sys.platform(). Just do the comparsion to the OS enum cases and let the enum deal with the format of the string for you.
sys.platform()
utils/OS.py
Description
Let's the user not have to worry about the output of
sys.platform()
. Just do the comparsion to the OS enum cases and let the enum deal with the format of the string for you.Important files to review
utils/OS.py