better comment for deciding parent's status

This commit is contained in:
chris meyers
2018-11-20 11:50:13 -05:00
committed by mabashian
parent d8bf82a8cb
commit f8f2e005ba

View File

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