Skip to content

Commit

Permalink
Small docstring edit
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Jan 17, 2025
1 parent 5b19d0a commit 74c1e62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gufe/protocols/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ class ProtocolUnitFailureError(ProtocolDAGResultError):

class ExecutionInterrupt(BaseException):
"""Exception for unrecoverable execution failures that are unrelated to user inputs.
Will not be caught by ProtocolUnit.execute().
Will not be caught by ``ProtocolUnit.execute()``.
"""

0 comments on commit 74c1e62

Please sign in to comment.