keysect is a dict most of the time

This commit is contained in:
Louis Abel 2022-11-21 10:58:44 -07:00
parent 7aa85b609c
commit 41cc0c4ea5
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -1436,7 +1436,7 @@ class IsoBuild:
)
if arch not in keysect:
self.log.warn(Color.WARN + 'This architecture (' + arch + ', ' + keysect + ') does not exist for this image.')
self.log.warn(Color.WARN + 'This architecture (' + arch + ') does not exist for this image orvar is a string.')
continue
source_path = keysect[arch]