Fix an additional location

Signed-off-by: AMZN-Phil <pconroy@amazon.com>
monroegm-disable-blank-issue-2
AMZN-Phil 4 years ago
parent 5971f1176e
commit d355942e8b

@ -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)

Loading…
Cancel
Save