File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,14 +207,8 @@ def describe_initial_summary(self, isForVideo):
207207 numRounds = len (summary .rounds )
208208
209209 if self .config .excludeFinalWinnerAndEliminatedCandidate :
210- if numRounds > 1 :
211- # Preliminary results + 1 round
212- return "This ranked-choice voting election does not have any winners " \
213- "because the results are still incomplete. Votes are still being counted."
214-
215- # Preliminary results, first-round-only
216- return "The results of this ranked-choice voting election are still preliminary. " \
217- "Only voters' first choices have been counted."
210+ return "This ranked-choice voting election does not have any winners " \
211+ "because the results are still incomplete. Votes are still being counted."
218212 if len (winners ) == 0 :
219213 return "This election does not have any winners, " \
220214 "perhaps because the results are still preliminary. "
You can’t perform that action at this time.
0 commit comments