Merge "iutils.py: fix typo for upstream url"

This commit is contained in:
Zuul 2024-01-18 21:00:35 +00:00 committed by Gerrit Code Review
commit 0180739dc3
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ def get_download_url(url, strategy):
if strategy == "stx_mirror":
rt_url = stx_mirror_url
elif strategy == "upstream":
rt_url = urstx_mirror
rt_url = url
elif strategy == "stx_mirror_first":
try:
urllib.request.urlopen(stx_mirror_url)