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 0bb47ad commit 778c31cCopy full SHA for 778c31c
1 file changed
PCbuild/get_external.py
@@ -25,8 +25,8 @@ def trigger_automatic_root_certificate_update(url: str, timeout: int = 30) -> No
25
"-Command",
26
f"Invoke-WebRequest -Uri '{escaped_url}'"
27
f" -UseBasicParsing -Method HEAD -MaximumRedirection 0"
28
- f" -TimeoutSec {timeout} -ErrorAction SilentlyContinue"
29
- f" | Out-Null",
+ f" -TimeoutSec {timeout}"# -ErrorAction SilentlyContinue"
+ #f" | Out-Null",
30
],
31
check=True,
32
capture_output=True,
0 commit comments