We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2cdea commit 2d28a1bCopy full SHA for 2d28a1b
1 file changed
release/release.py
@@ -82,7 +82,6 @@ def get_json(url: str) -> dict:
82
["npm", "run", "ci-build-release"],
83
cwd=root / "web",
84
check=True,
85
- capture_output=True,
86
)
87
subprocess.run(
88
["git", "add", "--all", f"mitmproxy/tools/web"], cwd=root, capture_output=True
0 commit comments