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