Skip to content

Commit e4e4033

Browse files
committed
new functions work better when called
1 parent 778c31c commit e4e4033

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PCbuild/get_external.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def retrieve_with_retries(download_location, output_path, reporthook,
4949
except (urllib.error.URLError, ConnectionError) as ex:
5050
if attempt == max_retries:
5151
raise OSError(f'Download from {download_location} failed.') from ex
52+
trigger_automatic_root_certificate_update(download_location)
5253
time.sleep(2.25**attempt)
5354
else:
5455
return resp

0 commit comments

Comments
 (0)