Skip to content

Commit a5a5af9

Browse files
authored
resolve shutdown_workers to workers_shutdown (#4064)
1 parent 086764b commit a5a5af9

File tree

1 file changed

+1
-1
lines changed
  • taskvine/src/bindings/python3/ndcctools/taskvine

1 file changed

+1
-1
lines changed

taskvine/src/bindings/python3/ndcctools/taskvine/manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def _free(self):
156156
try:
157157
if self._taskvine:
158158
if self._shutdown:
159-
self.shutdown_workers(0)
159+
self.workers_shutdown(0)
160160
self._update_status_display(force=True)
161161
cvine.vine_delete(self._taskvine)
162162
self._taskvine = None

0 commit comments

Comments
 (0)