Sometimes client code can be sloppy and pass a taginfo dict for a tag option. This is less likely with the direct getTag call, but can happen easily with other calls that call get_tag themselves. In the case that prompted me, the call was assertPolicy.
Sometimes client code can be sloppy and pass a taginfo dict for a tag option. This is less likely with the direct getTag call, but can happen easily with other calls that call get_tag themselves. In the case that prompted me, the call was
assertPolicy.Fixes https://pagure.io/koji/issue/3122