SIGN IN SIGN UP

Use `capture_output` param when running python subprocesses. NFC (#8127)

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

Followup to #8125
S
Sam Clegg committed
def60a990db9dbb3da055a690465f85b19d14b43
Parent: 8db3dee
Committed by GitHub <noreply@github.com> on 12/15/2025, 10:32:50 PM