Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch audit file prep tool: Handle extra spaces in Dominion CVR contest headers #2053

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

arsalansufi
Copy link
Contributor

Overview

We've been seeing some Dominion files from Georgia with an extra space between contest names and the number of votes allowed in contest headers, e.g., Contest 1 (Vote For=1) as opposed to Contest 1 (Vote For=1).

This is not true for all files across the state and likely has to do with different people managing programming for different jurisdictions, so we can't just add an extra space to the contest name in the Arlo audit config.

While we're advising jurisdictions on how to correct, this may be widespread enough that it's worth us just handling this automatically. That's what this PR does - it trims the extra spaces down to a single space.

Testing

  • Added an automated test

@arsalansufi arsalansufi merged commit 1e29137 into main Nov 8, 2024
5 checks passed
@arsalansufi arsalansufi deleted the arsalan/handle-extra-space branch November 8, 2024 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants