浏览代码

patch cancel

justheuristic 3 年之前
父节点
当前提交
2c33813d68
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hivemind/averaging/control.py

+ 1 - 1
hivemind/averaging/control.py

@@ -145,4 +145,4 @@ class StepControl(MPFuture):
     def cancel(self) -> bool:
         if self._trigger is not None:
             self._trigger.cancel()
-        return self.cancel()
+        return super().cancel()