mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 20:35:02 -02:30
No result_traceback is blank, not null
This commit is contained in:
@@ -3004,7 +3004,7 @@ class AWXReceptorJob:
|
|||||||
if state_name == 'Succeeded':
|
if state_name == 'Succeeded':
|
||||||
return res
|
return res
|
||||||
|
|
||||||
if self.task.instance.result_traceback is None:
|
if not self.task.instance.result_traceback:
|
||||||
raise RuntimeError(detail)
|
raise RuntimeError(detail)
|
||||||
|
|
||||||
return res
|
return res
|
||||||
|
|||||||
Reference in New Issue
Block a user