Skip to content

Commit c5be363

Browse files
Fix out of date docstring
1 parent fbad976 commit c5be363

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/labthings_fastapi/actions/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,6 @@ def run(self) -> None:
249249
250250
See `.Invocation.status` for status values.
251251
252-
:raise Exception: any exception raised in the action function will
253-
propagate through this method. Usually, this will just cause the
254-
thread to terminate after setting ``status`` to ``ERROR`` and
255-
saving the exception to ``self._exception``.
256252
"""
257253
try:
258254
self.action.emit_changed_event(self.thing, self._status)

0 commit comments

Comments
 (0)