-
-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_tee has no effect when passing a pipe as _out / _err #384
Comments
This seems to only not be working with when a pipe or tty is passed to |
Fixed on master, version |
* bugfix for poor sleep performance [#378](amoffat/sh#378) * allow passing raw integer file descriptors for `_out` and `_err` handlers * bugfix for when `_tee` and `_out` are used, and the `_out` is a tty or pipe [#384](amoffat/sh#384) * bugfix where python 3.3+ detected different arg counts for bound method output callbacks [#380](amoffat/sh#380)
sh version: 1.12.13
the same behaviour occurs with
_tee = 'out'
tooThe text was updated successfully, but these errors were encountered: