isaacharrisholt / quiffen

Quiffen is a Python package for parsing QIF (Quicken Interchange Format) files.
MIT License
34 stars 30 forks source link

Line number not shown in Category/Class errors #60

Closed WolfgangFahl closed 2 weeks ago

WolfgangFahl commented 1 year ago

When parsing a QIF file i got the error message:

ValueError Unknown line code: S

I'd rather get more details about the error e.g.

ValueError: Unknown line code: S in line 214:SFirmeneinnahmen

isaacharrisholt commented 1 year ago

Good suggestion! I think a custom error type might be useful here

isaacharrisholt commented 2 weeks ago

Closing due to inactivity and lack of time. If anyone runs into this again, please reopen and submit a PR!