Skip to content

Commit b171f44

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/labthings_fastapi/actions/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,6 @@ def run(self) -> None:
248248
stored. The status is then set to ERROR and the thread terminates.
249249
250250
See `.Invocation.status` for status values.
251-
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``.
256251
"""
257252
try:
258253
self.action.emit_changed_event(self.thing, self._status)

0 commit comments

Comments
 (0)