Fixes: https://pagure.io/koji/issue/1321
:thumbsup:
maybe catching more generic Exceptions? 'tag_id' might not be in repo_json, and json.load() may fail with invalid format
'tag_id'
repo_json
json.load()
rebased onto 6baa28d844eaf280950c436cce8fc9816f772b41
rebased onto 1efac52c8123ec9893d32515ebf11812eea3fcf8
At first I thought that we want to see other exception. On the other hand it shouldn't block kojira to do other tasks. so yes, updated to catch all exceptions.
Metadata Update from @tkopecek: - Pull-request tagged with: no_qe
Commit 2dc53719 fixes this pull-request
Pull-Request has been merged by tkopecek
Fixes: https://pagure.io/koji/issue/1321