Changed run_async to properly relay remote error messages to the user-supplied errback.
This commit is contained in:
parent
056fee5c70
commit
e25ac1e46b
2 changed files with 33 additions and 24 deletions
|
|
@ -121,6 +121,7 @@ class ProcPoolChild(AMPChild):
|
|||
except Exception:
|
||||
# use exec instead
|
||||
exec source in available_vars
|
||||
|
||||
return {'response': _return.get_returns()}
|
||||
ExecuteCode.responder(executecode)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue