Fixes: https://pagure.io/koji/issue/1104 Fixes: https://pagure.io/koji/issue/1105
This could be simplied to:
try: data = dslice... except KeyError: raise koji.GenericError
Little clarification - your code almost duplicates what dslice(strict=True) (which is True by default) does.
dslice(strict=True)
rebased onto 9796f782b333284e15295d6b4a011f166cb8c82f
rebased onto f7d1aa8b7b1d0e1487d9eca031bb303502c30025
@tkopecek fixed and added the same try-catch for dslice in the createMavenBuild for build info
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
:thumbsup:
rebased onto ee656631cca84e318eeca575ba0722ee210f7610
rebased onto 748eadea9502ae5eda2e80ffa2b520811e2d430e
Metadata Update from @mfilip: - Pull-request tagged with: testing-done
Simple typo here preventing merge (trailing whitespace)
rebased onto 330f85a8a31321a278b9560f1f0c147a85959d26
Commit f6ca9aa5 fixes this pull-request
Pull-Request has been merged by tkopecek
Fixes: https://pagure.io/koji/issue/1104
Fixes: https://pagure.io/koji/issue/1105