#3444 expect dict for chainmaven builds
Merged 2 years ago by tkopecek. Opened 2 years ago by tkopecek.
tkopecek/koji issue3443  into  master

file modified
+1 -1
@@ -10710,7 +10710,7 @@ 

          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:

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

2 years ago

Commit 368c10f fixes this pull-request

Pull-Request has been merged by tkopecek

2 years ago

Metadata Update from @mfilip:
- Pull-request tagged with: testing-done

2 years ago
Metadata