Skip to content

Commit b880f26

Browse files
Fix spacing
1 parent 795f466 commit b880f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PCbuild/get_external.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def retrieve_with_retries(download_location, output_path, reporthook,
1919
resp = urllib.request.urlretrieve(
2020
download_location,
2121
output_path,
22-
reporthook = reporthook,
22+
reporthook=reporthook,
2323
)
2424
except (urllib.error.URLError, ConnectionError) as ex:
2525
if attempt == max_retries:

0 commit comments

Comments
 (0)