소스 검색

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()