Skip to content

Commit a3419b8

Browse files
mr-cGlassOfWhiskey
authored andcommitted
deprecated in Python 3.x; not even listed in the docs.
1 parent 2451d20 commit a3419b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/executors.py

Lines changed: 1 addition & 1 deletion
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)