mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-02 20:59:06 +08:00
MBSResolver: fix 'either...or' => 'both....and'
This commit is contained in:
@@ -463,7 +463,7 @@ class MBSResolver(KojiResolver):
|
||||
}
|
||||
else:
|
||||
raise RuntimeError(
|
||||
'The module "{0}" didn\'t contain either a commit hash or a'
|
||||
'The module "{0}" didn\'t contain both a commit hash and a'
|
||||
" version in MBS".format(module_name)
|
||||
)
|
||||
# If the module is a base module, then import it in the database so that entries in
|
||||
|
||||
Reference in New Issue
Block a user