Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI: Call
sys.exit
for launch command if process fails (#298)
For testing purposes it is convenient to know whether the process launched through the `acwf launch` commands finished successfully. To this end, the commands will now call `sys.exit(1)` if the process did not finish with a zero exit code (or excepted or was killed).
- Loading branch information