From ec75a61406c737ddc1cb2846d20d9ff62a846b26 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Mon, 28 Dec 2020 01:14:19 +1100 Subject: [PATCH] Fix error/bug with Wright STV in Python CLI --- pyRCV2/method/wright.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyRCV2/method/wright.py b/pyRCV2/method/wright.py index 8e194b6..d62c8e1 100644 --- a/pyRCV2/method/wright.py +++ b/pyRCV2/method/wright.py @@ -14,6 +14,8 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +__pragma__ = lambda x: None + from pyRCV2.method.base_stv import WIGSTVCounter from pyRCV2.model import CandidateState, CountCard from pyRCV2.safedict import SafeDict