forked from sig_core/toolkit
keysect is a dict most of the time
This commit is contained in:
parent
7aa85b609c
commit
41cc0c4ea5
@ -1436,7 +1436,7 @@ class IsoBuild:
|
|||||||
)
|
)
|
||||||
|
|
||||||
if arch not in keysect:
|
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
|
continue
|
||||||
|
|
||||||
source_path = keysect[arch]
|
source_path = keysect[arch]
|
||||||
|
Loading…
Reference in New Issue
Block a user