Ensure config["DOCS_FOLDER"] is always defined to avoid KeyError Exception down the line
config["DOCS_FOLDER"]
KeyError
Fixes: https://pagure.io/pagure/issue/5407
pretty please pagure-ci rebuild
rebased onto 66b3e2034352064acb979505497ed2db0d331d53
Metadata Update from @wombelix: - Request assigned
Jenkins seem broken, local tests were fine, minor change without huge risk, I'll merge it to include it in 5.14
Pull-Request has been merged by wombelix
Ensure
config["DOCS_FOLDER"]is always defined to avoidKeyErrorException down the lineFixes: https://pagure.io/pagure/issue/5407