Skip to content

Conversation

@cosmicBboy
Copy link
Contributor

No description provided.

kumare3
kumare3 previously approved these changes Jan 27, 2026
if wait:
await asyncio.to_thread(subprocess.run, command, check=True)
else:
await asyncio.to_thread(subprocess.Popen, command)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will block the main thread from exiting

Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
@kumare3 kumare3 merged commit 1e2d231 into main Jan 27, 2026
26 checks passed
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

Successfully merging this pull request may close these issues.

3 participants