propagate event to get_tag_extra
fixes https://pagure.io/koji/issue/2087
This commit is contained in:
parent
6caa66f06d
commit
0d79e839ba
1 changed files with 1 additions and 1 deletions
|
|
@ -3357,7 +3357,7 @@ def get_tag(tagInfo, strict=False, event=None):
|
|||
if strict:
|
||||
raise koji.GenericError("Invalid tagInfo: %r" % tagInfo)
|
||||
return None
|
||||
result['extra'] = get_tag_extra(result)
|
||||
result['extra'] = get_tag_extra(result, event)
|
||||
return result
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue