From ba83f877ffafaf58dd83c350fcfecfd151f75ee9 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Aug 28 2019 13:17:27 +0000 Subject: correct error text --- diff --git a/hub/kojihub.py b/hub/kojihub.py index 3e3a601..7445f77 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -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