google / google/civics_cdf_validator
Ensure that validator works on Windows
Open
- Dominant language
- Python
- Stars
- 38
- Forks
- 23
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 8
Description
It appears that when the validator is running on Windows it isn't always able to download the OCD-ID files from GitHub. This is likely due to us assuming UNIX-style directory names:
https://github.com/google/election_results_xml_validator/blob/master/rules.py#L325
We should make this truly platform-agnostic.
Contributor guide
Assessment
This issue has not been assessed yet.