forked from dathere/qsv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change broken pipe errors to a warning
as there are legitimate times when piping several commands that a broken pipe "error" arises even though the commands work as expected - e.g. `qsv slice data100.csv | qsv slice --length 1` where the first slice is still streaming to the second slice and the second slice finishes "early" after getting just one record We have a Warning instead of an Abort exitcode and still send a message to stderr. cc @rzmk
- Loading branch information
1 parent
9303246
commit 7353275
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters