#2603 hub: fix py2-like 'stop' usage in getFullInheritance
Merged 3 years ago by tkopecek. Opened 3 years ago by tkopecek.
tkopecek/koji issue2602  into  master

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

              # lookup tag id

              tag = get_tag_id(tag, strict=True)

          for mapping in [stops, jumps]:

-             for key in mapping.keys():

+             for key in 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

3 years ago

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

3 years ago

Commit e62f0c4 fixes this pull-request

Pull-Request has been merged by tkopecek

3 years ago