mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
better comment for deciding parent's status
This commit is contained in:
parent
d8bf82a8cb
commit
f8f2e005ba
@ -61,7 +61,7 @@ class WorkflowDAG(SimpleDAG):
|
||||
continue
|
||||
elif p.unified_job_template is None:
|
||||
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:
|
||||
return False
|
||||
# Node decidedly got a job; check if job is done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user