mkaz / termgraph

a python command-line tool which draws basic graphs in the terminal
MIT License
3.15k stars 165 forks source link

Piping to `head` produces BrokenPipeError #114

Open danielhoherd opened 2 months ago

danielhoherd commented 2 months ago

Problem Description

When piping output to head, the program exits with BrokenPipeError.

Proposed solution

The python docs explain how to handle this situation, and it is quite an easy fix. https://docs.python.org/3/library/signal.html#note-on-sigpipe