reverse for loops

This commit is contained in:
Louis Abel 2022-07-03 23:50:08 -07:00
parent f308e87b15
commit b78c4a774d
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 2 additions and 5 deletions

View File

@ -1234,8 +1234,8 @@ class RepoSync:
if r in self.iso_map['images']:
variants_to_tweak.append(r)
for v in variants_to_tweak:
for a in arches_to_tree:
for a in arches_to_tree:
for v in variants_to_tweak:
self.log.info(
'[' + Color.BOLD + Color.GREEN + 'INFO' + Color.END + '] ' +
'Tweaking treeinfo for ' + a + ' ' + v
@ -1287,9 +1287,6 @@ class RepoSync:
)
self.log.error(e)
data.clear()
imagemap.clear()
def run_compose_closeout(self):
"""
Closes out a compose as file. This ensures kickstart repositories are