Skip to content

Commit

Permalink
deprecated in Python 3.x; not even listed in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Sep 7, 2022
1 parent c2cdea5 commit 1d23218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cwltool/executors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1d23218

Please sign in to comment.