Skip to content

Commit

Permalink
resolve shutdown_workers to workers_shutdown (#4064)
Browse files Browse the repository at this point in the history
  • Loading branch information
EamonTracey authored Feb 14, 2025
1 parent 086764b commit a5a5af9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def _free(self):
try:
if self._taskvine:
if self._shutdown:
self.shutdown_workers(0)
self.workers_shutdown(0)
self._update_status_display(force=True)
cvine.vine_delete(self._taskvine)
self._taskvine = None
Expand Down

0 comments on commit a5a5af9

Please sign in to comment.