team1389 / ElectriScout-CLI

CLI-Based version of ElectriScout - Runs on Linux and any computer with the Bash shell
2 stars 0 forks source link

Avoid using `os.system` unless absolutely necessary #5

Open ErikBoesen opened 6 years ago

ErikBoesen commented 6 years ago

I get that you just translated this from bash, but you should never use bash in python when you can avoid it. There are easier and more effective pure-python ways to accomplish what you're trying to do.