Closed m417z closed 11 months ago
Regarding the removal of os.WEXITSTATUS: It doesn't exist on Windows, and generally I didn't find anything online saying that it has to be used for anything but the return value of os.system.
os.WEXITSTATUS
os.system
Looks sane, thanks!
Regarding the removal of
os.WEXITSTATUS
: It doesn't exist on Windows, and generally I didn't find anything online saying that it has to be used for anything but the return value ofos.system
.