correct error text
This commit is contained in:
parent
22e606bd1e
commit
ba83f877ff
1 changed files with 1 additions and 1 deletions
|
|
@ -6636,7 +6636,7 @@ def import_archive_internal(filepath, buildinfo, type, typeInfo, buildroot_id=No
|
|||
archiveinfo['type_id'] = archivetype['id']
|
||||
btype = lookup_name('btype', type, strict=False)
|
||||
if btype is None:
|
||||
raise koji.BuildError('unsupported archive type: %s' % type)
|
||||
raise koji.BuildError('unsupported build type: %s' % type)
|
||||
archiveinfo['btype_id'] = btype['id']
|
||||
|
||||
# cg extra data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue