Skip to content
New issue

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

Reading from stdin broken #30

Open
tbm opened this issue May 15, 2021 · 1 comment
Open

Reading from stdin broken #30

tbm opened this issue May 15, 2021 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@tbm
Copy link
Collaborator

tbm commented May 15, 2021

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
@tbm tbm added the bug Something isn't working label May 15, 2021
@tbm tbm added this to the 1.4 milestone May 15, 2021
@tbm
Copy link
Collaborator Author

tbm commented Apr 22, 2022

This appears to work fine for me again... not sure what changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant