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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

(馃悶) Doesn't work from async code #105

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

(馃悶) Doesn't work from async code #105

KotlinIsland opened this issue Mar 23, 2023 · 0 comments

Comments

@KotlinIsland
Copy link

from asyncio import run

from subprocess_tee import run as tee


async def foo():
    tee(['notepad.exe', 'test2.py'], shell=False)  # RuntimeError: asyncio.run() cannot be called from a running event loop
run(foo())

Until this is resolved it should be documented as a limitation.

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