mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-12 10:57:58 +08:00
Update error message.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user