No result_traceback is blank, not null

This commit is contained in:
Alan Rominger 2021-07-06 11:47:09 -04:00
parent bc8e19b51d
commit e96080a512
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

View File

@ -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