Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace os.system calls by something more platform independent. #6

Open
Esser50K opened this issue Jan 17, 2018 · 1 comment
Open

Comments

@Esser50K
Copy link
Owner

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.

@dakshil
Copy link

dakshil commented Jan 10, 2020

Probably late to comment, but could a wrapper be created of os.system which handles the platform dependent part?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants