We are using percent signs in host_principal_format. As python3 replaced ConfigParser with SafeConfigParser, parsing now fails.
Fixes: https://pagure.io/koji/issue/1543
:thumbsup:
Metadata Update from @mfilip: - Pull-request tagged with: testing-ready
Commit cef24b1b fixes this pull-request
Pull-Request has been merged by mikem
We are using percent signs in host_principal_format. As python3 replaced
ConfigParser with SafeConfigParser, parsing now fails.
Fixes: https://pagure.io/koji/issue/1543