dask / dask-jobqueue

Deploy Dask on job schedulers like PBS, SLURM, and SGE
https://jobqueue.dask.org
BSD 3-Clause "New" or "Revised" License
235 stars 142 forks source link

fix bug in OARJob where Job._call is not awaited #642

Closed sjdv1982 closed 5 months ago

sjdv1982 commented 6 months ago

OARCluster is currently broken for me, this simple fix makes it work again.

guillaumeeb commented 5 months ago

Thanks @sjdv1982