diff --git a/cwltool/executors.py b/cwltool/executors.py index 02f5480ce..369bf7bfe 100644 --- a/cwltool/executors.py +++ b/cwltool/executors.py @@ -334,7 +334,7 @@ def _runner(self, job, runtime_context, TMPDIR_LOCK): self.allocated_ram -= ram cores = job.builder.resources["cores"] self.allocated_cores -= cores - runtime_context.workflow_eval_lock.notifyAll() + runtime_context.workflow_eval_lock.notify_all() def run_job( self,