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
This used to work, but after upgrading from buster to bullseye it stopped working for me:
$ beancount2ledger x 2021-01-06 * Test Assets:Current -0.04 USD Equity:Rounding 0.04 USD $ cat x | beancount2ledger - $
And my shell script which does:
bean-extract beancount/config.py | beancount2ledger -
now shows:
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'> BrokenPipeError: [Errno 32] Broken pipe
The text was updated successfully, but these errors were encountered:
This appears to work fine for me again... not sure what changed.
Sorry, something went wrong.
No branches or pull requests
This used to work, but after upgrading from buster to bullseye it stopped working for me:
And my shell script which does:
now shows:
The text was updated successfully, but these errors were encountered: