We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beancount-import/beancount_import/source/description_based_source.py
Line 30 in 6c54ed9
Should be % (posting,) instead of % posting.
% (posting,)
% posting
As a side note, it would probably be quite helpful to put posting.meta["filename"] and posting.meta["lineno"] directly into the error message.
posting.meta["filename"]
posting.meta["lineno"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
beancount-import/beancount_import/source/description_based_source.py
Line 30 in 6c54ed9
Should be
% (posting,)
instead of% posting
.As a side note, it would probably be quite helpful to put
posting.meta["filename"]
andposting.meta["lineno"]
directly into the error message.The text was updated successfully, but these errors were encountered: