Closed kaiwei closed 1 year ago
This seems to be an autobean_refactor issue, not an importer issue. You should be able to verify that by running just the importer, and ensuring that the importer output works fine with beancount.
You're absolutely right - apologies for taking up time.
Updated to the latest version from git (not sure if this is the real issue) and ran into the following errors when importing:
`Traceback (most recent call last): File "/[HOME_PATH]/.local/lib/python3.11/site-packages/lark/parsers/lalr_parser.py", line 126, in feed_token action, arg = states[state][token.type]