Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove try catch for CalledProcessError
In the `subprocess.run` only when `check=True` will cause the `CalledProcessError` to be raised. So we don't need to catch it when we are not using `check=True`.
- Loading branch information