Skip to content

Commit 14b5da1

Browse files
committed
resolve shutdown_workers to workers_shutdown
1 parent c1784df commit 14b5da1

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)