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 255cb80 commit 9565166Copy full SHA for 9565166
1 file changed
Tools/build/generate_sbom.py
@@ -163,7 +163,9 @@ def get_externals() -> list[str]:
163
return externals
164
165
166
-def download_with_retries(download_location: str, retries: int = 5):
+def download_with_retries(
167
+ download_location: str,
168
+ retries: int = 5) -> typing.Any:
169
"""Download a file with exponential backoff retry."""
170
attempt = 0
171
while attempt < retries:
0 commit comments