We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27bb11 commit ebf5499Copy full SHA for ebf5499
scripts/gen_protos_docker.py
@@ -11,7 +11,7 @@
11
os.path.join("scripts", "_proto", "Dockerfile"),
12
".",
13
],
14
- capture_output=True,
+ stdout=subprocess.PIPE,
15
text=True,
16
check=True,
17
)
0 commit comments