Fix bug with --exclusion single_stage
This commit is contained in:
parent
227c38a5fa
commit
97a776ff79
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user