-
Notifications
You must be signed in to change notification settings - Fork 415
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
Fix using run with file descriptors #1293
base: main
Are you sure you want to change the base?
Conversation
Hmm. I just noticed that Have to do things differently then. Checking additionally for Upd. wasn't able to preserve fd for passing it as script path later. Reading content for these seems like a sane middle ground, and it works \o/ |
Please add an example for this functionality to |
changelog.d/
(if the patch affects the end users)Fixes #1292
Summary of changes
Add
app_path.is_fifo()
check and read it out.Test plan
Tested by running
python -m pipx run <(echo 'print("Hello world!")')