Fix bug with --exclusion single_stage
This commit is contained in:
parent
227c38a5fa
commit
97a776ff79
|
@ -672,6 +672,7 @@ where
|
||||||
ExclusionMethod::SingleStage => {
|
ExclusionMethod::SingleStage => {
|
||||||
// Exclude in one round
|
// Exclude in one round
|
||||||
votes = count_card.parcels.concat();
|
votes = count_card.parcels.concat();
|
||||||
|
count_card.parcels.clear();
|
||||||
votes_remain = false;
|
votes_remain = false;
|
||||||
}
|
}
|
||||||
ExclusionMethod::ByValue => {
|
ExclusionMethod::ByValue => {
|
||||||
|
|
Loading…
Reference in New Issue