Skip to content

Commit 1d23218

Browse files
committed
deprecated in Python 3.x; not even listed in the docs.
1 parent c2cdea5 commit 1d23218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cwltool/executors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def _runner(self, job, runtime_context, TMPDIR_LOCK):
334334
self.allocated_ram -= ram
335335
cores = job.builder.resources["cores"]
336336
self.allocated_cores -= cores
337-
runtime_context.workflow_eval_lock.notifyAll()
337+
runtime_context.workflow_eval_lock.notify_all()
338338

339339
def run_job(
340340
self,

0 commit comments

Comments
 (0)