Skip to content

Use capture_output param when running python subprocesses. NFC#8127

Merged
sbc100 merged 1 commit into
mainfrom
capture_output
Dec 15, 2025
Merged

Use capture_output param when running python subprocesses. NFC#8127
sbc100 merged 1 commit into
mainfrom
capture_output

Conversation

@sbc100
Copy link
Copy Markdown
Member

@sbc100 sbc100 commented Dec 15, 2025

This param is exactly equivalent to stdout=subprocess.PIPE + stderr=subprocess.PIPE.

Followup to #8125

Copy link
Copy Markdown
Member

@tlively tlively left a comment

Choose a reason for hiding this comment

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

LGTM once CI passes.

@sbc100 sbc100 merged commit def60a9 into main Dec 15, 2025
17 checks passed
@sbc100 sbc100 deleted the capture_output branch December 15, 2025 22:32
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.

2 participants