missed a return

This commit is contained in:
2020-05-04 19:22:05 +00:00
parent 0840296a50
commit 3fe1595620
+1 -1
View File
@@ -45,7 +45,7 @@ class Condition(BaseCondition):
def stop_counting_and_analyze(self):
self.stop_counting()
self.analyze()
return self.analyze()
@abstractmethod
def stop_counting(self):