Skip to content

Commit

Permalink
Update python/lsst/ctrl/mpexec/simple_pipeline_executor.py
Browse files Browse the repository at this point in the history
Co-authored-by: John Parejko <[email protected]>
  • Loading branch information
TallJimbo and parejkoj authored Aug 26, 2024
1 parent 5c97f59 commit 130982e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ctrl/mpexec/simple_pipeline_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def from_pipeline(
raise_on_partial_outputs : `bool`, optional
If `True` raise exceptions chained by
`lsst.pipe.base.AnnotatedPartialOutputError` immediately, instead
of consider the partial result a success and running downstream
of considering the partial result a success and continuing to run downstream

Check failure on line 294 in python/lsst/ctrl/mpexec/simple_pipeline_executor.py

View workflow job for this annotation

GitHub Actions / call-workflow / lint

W505

doc line too long (88 > 79 characters)
tasks.
Returns
Expand Down

0 comments on commit 130982e

Please sign in to comment.