MCPcopy Create free account
hub / github.com/dchevell/flask-executor / propagate_exceptions_callback

Function propagate_exceptions_callback

flask_executor/executor.py:32–35  ·  view source on GitHub ↗
(future)

Source from the content-addressed store, hash-verified

30
31
32def propagate_exceptions_callback(future):
33 exc = future.exception()
34 if exc:
35 raise exc
36
37
38class ExecutorJob:

Callers 1

Calls

no outgoing calls

Tested by 1