Skip to content
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

(‼) subprocess-tee is not a drop-in replacement for subprocess #103

Open
KotlinIsland opened this issue Mar 22, 2023 · 0 comments
Open

Comments

@KotlinIsland
Copy link

KotlinIsland commented Mar 22, 2023

It uses shell by default:

from subprocess import run
from subprocee_tee import run as tee

tee("echo 1")  # 1
run("echo 1")  # FileNotFoundError: [Errno 2] No such file or directory: 'echo 1'

Either changes should be made to be consistent with subprocess, or the branding should be changed.

jonashaag added a commit to jonashaag/subprocess-tee that referenced this issue Dec 22, 2023
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

No branches or pull requests

1 participant