#1408 fix changed dictionary size
Closed 4 years ago by tkopecek. Opened 4 years ago by tkopecek.
tkopecek/koji issue1405  into  master

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

              #lookup tag id

              tag = get_tag_id(tag, strict=True)

          for mapping in [stops, jumps]:

-             for key in mapping.keys():

+             for key in to_list(mapping.keys()):

                  mapping[int(key)] = mapping[key]

          return readFullInheritance(tag, event, reverse, stops, jumps)

  

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

4 years ago

Pull-Request has been closed by tkopecek

4 years ago