Skip to content

Commit

Permalink
Merge branch 'u/kfindeisen/annotate-doc'
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Aug 28, 2024
2 parents be41127 + bdf3aee commit b9c5a67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/lsst/pipe/base/_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ class AnnotatedPartialOutputsError(RepeatableQuantumError):
written contain information about their own incompleteness or degraded
quality.
Clients should construct this exception by calling `annotate` instead of
calling the constructor directly. However, `annotate` does not chain the
exception; this must still be done by the client.
This exception should always chain the original error. When the
executor catches this exception, it will report the original exception. In
contrast, other exceptions raised from ``runQuantum`` are considered to
Expand Down

0 comments on commit b9c5a67

Please sign in to comment.