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 795f466 commit b880f26Copy full SHA for b880f26
PCbuild/get_external.py
@@ -19,7 +19,7 @@ def retrieve_with_retries(download_location, output_path, reporthook,
19
resp = urllib.request.urlretrieve(
20
download_location,
21
output_path,
22
- reporthook = reporthook,
+ reporthook=reporthook,
23
)
24
except (urllib.error.URLError, ConnectionError) as ex:
25
if attempt == max_retries:
0 commit comments