Skip to content

Conversation

@redacted
Copy link

@redacted redacted commented Nov 26, 2025

The current test for CSV correctness will fail if any field includes a comma, which is (unfortunately) allowed in spec.

This is a small fix that uses python's built-in csv.reader to parse the files safely, instead of using split directly on commas.

@AllynH AllynH merged commit 22c60e8 into PythonIreland:main Nov 27, 2025
1 check passed
@AllynH
Copy link
Contributor

AllynH commented Nov 27, 2025

Nice work @redacted! Thanks for this!

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