Skip to content

Commit ebf5499

Browse files
committed
Don't capture stderr
1 parent d27bb11 commit ebf5499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen_protos_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
os.path.join("scripts", "_proto", "Dockerfile"),
1212
".",
1313
],
14-
capture_output=True,
14+
stdout=subprocess.PIPE,
1515
text=True,
1616
check=True,
1717
)

0 commit comments

Comments
 (0)