mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 18:20:00 -03:30
better comment for deciding parent's status
This commit is contained in:
@@ -61,7 +61,7 @@ class WorkflowDAG(SimpleDAG):
|
|||||||
continue
|
continue
|
||||||
elif p.unified_job_template is None:
|
elif p.unified_job_template is None:
|
||||||
continue
|
continue
|
||||||
# Node might run a job
|
# do_not_run is False, node might still run a job and thus blocks children
|
||||||
elif not p.job:
|
elif not p.job:
|
||||||
return False
|
return False
|
||||||
# Node decidedly got a job; check if job is done
|
# Node decidedly got a job; check if job is done
|
||||||
|
|||||||
Reference in New Issue
Block a user