diff --git a/uwcsvote/utils.py b/uwcsvote/utils.py index f987d3e..958afb5 100644 --- a/uwcsvote/utils.py +++ b/uwcsvote/utils.py @@ -6,4 +6,4 @@ def suppress(cls): cls.val = False def __bool__(self): - return self.val and False + return self.val