Open Esser50K opened 6 years ago
There are a lot of calls to os.system that only work on Debian based distros. And a lot of calls to NetworkManager.
Calls to NetworkManager are just there to ignore Wi-Fi interfaces but this does not work for all distros and does not work in a VM or Docker.
Probably late to comment, but could a wrapper be created of os.system which handles the platform dependent part?
There are a lot of calls to os.system that only work on Debian based distros. And a lot of calls to NetworkManager.
Calls to NetworkManager are just there to ignore Wi-Fi interfaces but this does not work for all distros and does not work in a VM or Docker.