You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing an invalid CSV that contains stray quotes raises a KeyError instead of the expected StrayQuoteError. It appears that yield_or_raise!/2 is not passing the correct arguments to the exception.
Parsing an invalid CSV that contains stray quotes raises a KeyError instead of the expected StrayQuoteError. It appears that
yield_or_raise!/2
is not passing the correct arguments to the exception.Let me know if I'm doing something wrong. I'm happy to work on a PR.
The text was updated successfully, but these errors were encountered: