Shawn Falkner-Horine
Results
11
issues of
Shawn Falkner-Horine
## Bug repro Repro using the "test.qif" from this repo: ``` from quiffen import Qif qif = Qif.parse('qif/test.qif', day_first=False) print(qif.accounts) ``` ``` (.venv) [user@box mydir]$ python3 process.py Traceback (most recent...