From 48321c5edcb5c0f4075bf2718d42b4ea4c9561fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Robles?= Date: Mon, 15 Apr 2024 19:10:50 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20weighted=20voting=20support=20(#198?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Parent issue: https://github.com/sequentech/meta/issues/552 --- admin/dump_votes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/dump_votes.py b/admin/dump_votes.py index 9f1ff71..8b5f0d0 100644 --- a/admin/dump_votes.py +++ b/admin/dump_votes.py @@ -188,6 +188,7 @@ def dump_votes( except StopIteration: # Reached the end of one of the files pass + return # if voters_info_path is provided, apply filtering and duplication with open(voters_info_path, 'r') as voters_file, \