We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086764b commit a5a5af9Copy full SHA for a5a5af9
taskvine/src/bindings/python3/ndcctools/taskvine/manager.py
@@ -156,7 +156,7 @@ def _free(self):
156
try:
157
if self._taskvine:
158
if self._shutdown:
159
- self.shutdown_workers(0)
+ self.workers_shutdown(0)
160
self._update_status_display(force=True)
161
cvine.vine_delete(self._taskvine)
162
self._taskvine = None
0 commit comments