Fixes: https://pagure.io/koji/issue/2742
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
pretty please pagure-ci rebuild
rebased onto 531b37c21ba2d8b674c34c3053c06b1094d61595
:thumbsup:
The previous code used get(), and the new code just refers to the dict key directly. Will this end up with a KeyError if KojiHubCA is not defined in options?
get()
KeyError
KojiHubCA
options
It is option which has default in wsgi_publisher.py so it should be never non-existent.
wsgi_publisher.py
Ok, thanks for explaining.
Metadata Update from @jobrauer: - Pull-request tagged with: testing-done
Commit ed04738b fixes this pull-request
Pull-Request has been merged by tkopecek
Fixes: https://pagure.io/koji/issue/2742