Skip to content

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

Description

@KotlinIsland

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions