Skip to content

Avoid failing on BrokenPipeError when running commands#1072

Merged
olzhasar-reef merged 1 commit into
Backblaze:masterfrom
reef-technologies:brokenpipe
Feb 22, 2025
Merged

Avoid failing on BrokenPipeError when running commands#1072
olzhasar-reef merged 1 commit into
Backblaze:masterfrom
reef-technologies:brokenpipe

Conversation

@olzhasar-reef
Copy link
Copy Markdown
Collaborator

BrokenPipeError happens when a cli output has been piped to another program, which likely closes the pipe early because it already received enough data for it's use case (e.g. head)

BrokenPipeError happens when a cli output has been piped to another
program, which likely closes the pipe early because it already received
enough data for it's use case (e.g. `head`)
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

Successfully merging this pull request may close these issues.

2 participants