Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
propagate_exceptions_callback(future):
33
exc = future.exception()
34
if
exc:
35
raise
exc
36
37
38
class
ExecutorJob:
Callers
1
test_propagate_exception_callback
Function · 0.90
Calls
no outgoing calls
Tested by
1
test_propagate_exception_callback
Function · 0.72