forked from sig_core/toolkit
address stack trace for arches no found for platform
This commit is contained in:
parent
2798f28fc3
commit
73d774e0e4
@ -1430,6 +1430,10 @@ class IsoBuild:
|
||||
arch
|
||||
)
|
||||
|
||||
if arch not in keysect:
|
||||
self.log.warn(Color.WARN + 'This architecture (' + arch + ') does not exist for this image.')
|
||||
continue
|
||||
|
||||
source_path = keysect[arch]
|
||||
drop_name = source_path.split('/')[-1]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user