Just to be on the safe side, it might be best to use `check=True` by default in `subprocess_run()`, else we risk ignoring exit codes.
Just to be on the safe side, it might be best to use
check=Trueby default insubprocess_run(), else we risk ignoring exit codes.