Update error message.

This commit is contained in:
Joe Talbott
2021-07-14 13:38:17 -04:00
committed by Mike McLean
parent 6b42102cc6
commit 933c4fd8dd
2 changed files with 3 additions and 2 deletions

View File

@@ -344,7 +344,7 @@ class DBResolver(GenericResolver):
module_tags[koji_tag].append(build.mmd())
if side_tag and not side_tag_brs_found:
msg = "No Buildrequired modules found for side tag ({}) found".format(side_tag)
msg = "None of the buildrequired base modules are configured for side tags."
if module_build:
module_build.log_message(self.db_session, msg)
raise RuntimeError(msg)