mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
No result_traceback is blank, not null
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user