Introduces logic to catch failures from the run task response. It raises a RuntimeError when it finds the list of failures populated of if either tasks or failures which will help with the index errors that can come up.
Closes #282
Example
Screenshots
Checklist
[ x ] References any related issue by including "Closes #" or "Closes ".
If no issue exists and your change is not a small fix, please create an issue first.
[ x ] Includes tests or only affects documentation.
[ x ] Passes pre-commit checks.
Run pre-commit install && pre-commit run --all locally for formatting and linting.
[ ] Includes screenshots of documentation updates.
Introduces logic to catch failures from the run task response. It raises a
RuntimeError
when it finds the list of failures populated of if eithertasks
orfailures
which will help with the index errors that can come up.Closes #282
Example
Screenshots
Checklist
pre-commit
checks.pre-commit install && pre-commit run --all
locally for formatting and linting.mkdocs serve
view documentation locally.