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

Remove os.system and use subprocess #30

Open
jordancaraballo opened this issue Jun 8, 2023 · 0 comments
Open

Remove os.system and use subprocess #30

jordancaraballo opened this issue Jun 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jordancaraballo
Copy link
Contributor

subprocess is the preferred way of executing local system commands. Replace os.system since it is not secure and does not allow to monitor exceptions and responses.

@jordancaraballo jordancaraballo added the enhancement New feature or request label Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant