expect dict for chainmaven builds
Related: https://pagure.io/koji/issue/3443
This commit is contained in:
parent
fb3ba7e822
commit
d2b67465fc
1 changed files with 1 additions and 1 deletions
|
|
@ -10710,7 +10710,7 @@ class RootExports(object):
|
|||
context.session.assertLogin()
|
||||
if not context.opts.get('EnableMaven'):
|
||||
raise koji.GenericError("Maven support not enabled")
|
||||
convert_value(builds, cast=list, check_only=True)
|
||||
convert_value(builds, cast=dict, check_only=True)
|
||||
taskOpts = {}
|
||||
if priority:
|
||||
if priority < 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue