justheuristic hace 3 años
padre
commit
2c33813d68
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()