Closed CameronLonsdale closed 6 years ago
When the subprocess commands fail the error is displayed to stdout, however, the python code continues to run and you get a success message, when it really did fail to install. It would be nice to catch these errors and halt the tool.
I added some checks, I hope it satisfies you.
When the subprocess commands fail the error is displayed to stdout, however, the python code continues to run and you get a success message, when it really did fail to install. It would be nice to catch these errors and halt the tool.