When trying to run this, I found that the announcement subjects always yielded nothing because type is always a list of one element like ['koji_build'].
type
['koji_build']
Ah yes. This is the bug which I thought I had spotted :-) I noticed it while rebasing PR#212, I introduced it by mistake in PR#184.
But before I went and tweaked it I wanted to see it actually failing so I could make sure it really was a bug...
:+1:
+1
Pull-Request has been merged by lholecek
When trying to run this, I found that the announcement subjects always yielded
nothing because
typeis always a list of one element like['koji_build'].