| Message: 89888 |
 |
BY: Jonathan Wallace (jwallace) DATE: 2009-08-26 19:12 SUBJECT: Question about raised exceptions Hello,
There's only one line in trunk in which a MalformedCSVError is raised without an exception message, line 1616.
raise MalformedCSVError unless in_quotes
Is there a particular reason the message "Unclosed quoted field on line #{lineno + 1}." isn't used there?
Thanks,
Jonathan | |