Use newer Condition.notify_all name
authorBrett Smith <brett.smith@curii.com>
Tue, 8 Oct 2024 15:14:24 +0000 (11:14 -0400)
committerBrett Smith <brett.smith@curii.com>
Tue, 8 Oct 2024 15:14:24 +0000 (11:14 -0400)
commitc3c40b5380737092acf79e265a1ec503719c9b84
tree6c2ab8a929249bdebbbdad5a1ee03d5bbdb078d0
parenta56c6b6193c4cb0858a320133f0a31d4fa9d9bb0
Use newer Condition.notify_all name

notifyAll raises a deprecation warning in Python 3.13 and is pending
removal in a future version:
<https://docs.python.org/release/3.13.0/whatsnew/3.13.html#pending-removal-in-future-versions>
No issue #

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
sdk/cwl/arvados_cwl/executor.py