Fix bug with --exclusion single_stage

This commit is contained in:
RunasSudo 2021-06-02 22:43:16 +10:00
parent 227c38a5fa
commit 97a776ff79
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 1 additions and 0 deletions

View File

@ -672,6 +672,7 @@ where
ExclusionMethod::SingleStage => {
// Exclude in one round
votes = count_card.parcels.concat();
count_card.parcels.clear();
votes_remain = false;
}
ExclusionMethod::ByValue => {