Bug: piping output of commands results in BrokenPipeError
#2320
Labels
⬆️ upstream bug
Caused by a bug from the upstream dependencies
BrokenPipeError
#2320
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Piping the output of a command to something like
grep
causes aBrokenPipeError
. The following command should be able to reproduce the issue (might need to run it a few times since it's somewhat random).The traceback:
Actual behavior
A
BrokenPipeError
is raised.Expected behavior
No exceptions should be raised the piping should work without any issues.
Environment Information
EDIT: updated the reproduction steps
The text was updated successfully, but these errors were encountered: