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