Technologicat / pyan

Static call graph generator. The official Python 3 version. Development repo.
GNU General Public License v2.0
323 stars 56 forks source link

BrokenPipeError #75

Open vj68 opened 3 years ago

vj68 commented 3 years ago

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