#1452 fix parentheses for tuple in _writeInheritanceData
Merged 4 years ago by mikem. Opened 4 years ago by julian8628.
julian8628/koji fix-pr1434  into  master

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

      for link in changes:

          check_fields = fields

          if link.get('delete link'):

-             check_fields = ('parent_id')

+             check_fields = ('parent_id',)

          for f in check_fields:

              if f not in link:

                  raise koji.GenericError("No value for %s" % f)

PR #1434 didn't fix it.
It will treat check_fields as a string 'parent_id'

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

4 years ago

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

4 years ago

Commit ddbde0d fixes this pull-request

Pull-Request has been merged by mikem

4 years ago