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

BrokenPipeError #75

Open
vj68 opened this issue Jun 17, 2021 · 0 comments
Open

BrokenPipeError #75

vj68 opened this issue Jun 17, 2021 · 0 comments

Comments

@vj68
Copy link

vj68 commented Jun 17, 2021

BrokenPipeError: [Errno 32] Broken pipe

~/Desktop$  find . -iname "*.py" | xargs python3 -m pyan --dot --colored --no-defines --grouped | dot -Tpng -Granksep=1.5 -o graph.png

  File "/Users/user/Library/Python/3.8/lib/python/site-packages/pyan/writers.py", line 32, in write
    self.outstream.write(self.tabstop * self.indent_level + line + '\n')
BrokenPipeError: [Errno 32] Broken pipe
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant