Fix an additional location

Signed-off-by: AMZN-Phil <pconroy@amazon.com>
This commit is contained in:
AMZN-Phil
2021-10-28 16:36:54 -07:00
parent 5971f1176e
commit d355942e8b
+1 -1
View File
@@ -189,7 +189,7 @@ def refresh_repos() -> int:
# set will stop circular references
repo_set = set()
for repo_uri in json_data['repos']:
for repo_uri in json_data.get('repos', []):
if repo_uri not in repo_set:
repo_set.add(repo_uri)