diff --git a/iso/empanadas/empanadas/util/iso_utils.py b/iso/empanadas/empanadas/util/iso_utils.py index bd9902d..a27634c 100644 --- a/iso/empanadas/empanadas/util/iso_utils.py +++ b/iso/empanadas/empanadas/util/iso_utils.py @@ -1423,6 +1423,9 @@ class IsoBuild: if not keysect: continue + if type(keysect) == str: + continue + self.log.info(Color.INFO + 'Attempting to download requested ' + 'artifacts (' + keyname + ')') @@ -1433,7 +1436,7 @@ class IsoBuild: ) if arch not in keysect: - self.log.warn(Color.WARN + 'This architecture (' + arch + ') does not exist for this image.') + self.log.warn(Color.WARN + 'This architecture (' + arch + ', ' + keysect + ') does not exist for this image.') continue source_path = keysect[arch]