You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel like this would be a useful feature. My specific use case is that I want to use pypyp with other *nix tools, but it often complains about broken pipes if I use commands like head.
One fix could be to add alias pyp='pyp -b "signal.signal(signal.SIGPIPE,signal.SIG_DFL)"' (see here) to my shell config, but I feel like it would be cleaner if I could set that in the configuration.
Thanks!
The text was updated successfully, but these errors were encountered:
Resetting the handler by default seems like a good idea to me, I don't have another specific use case for setting code in the config but it seems like a nice-to-have.
I feel like this would be a useful feature. My specific use case is that I want to use pypyp with other *nix tools, but it often complains about broken pipes if I use commands like
head
.One fix could be to add
alias pyp='pyp -b "signal.signal(signal.SIGPIPE,signal.SIG_DFL)"'
(see here) to my shell config, but I feel like it would be cleaner if I could set that in the configuration.Thanks!
The text was updated successfully, but these errors were encountered: