We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbad976 commit b171f44Copy full SHA for b171f44
src/labthings_fastapi/actions/__init__.py
@@ -248,11 +248,6 @@ def run(self) -> None:
248
stored. The status is then set to ERROR and the thread terminates.
249
250
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``.
256
"""
257
try:
258
self.action.emit_changed_event(self.thing, self._status)
0 commit comments