mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-23 10:42:14 +01:00
Merge pull request #1282 from dmach/fix-conf-disable_hdrmd5_check
conf: Fix a cut&paste error in setting 'disable_hdrmd5_check' config option
This commit is contained in:
commit
2c04bd64d7
@ -890,7 +890,7 @@ def get_config(override_conffile=None,
|
||||
|
||||
api_host_options[apiurl]["disable_hdrmd5_check"] = config["disable_hdrmd5_check"]
|
||||
if cp.has_option(url, "disable_hdrmd5_check"):
|
||||
api_host_options[apiurl][key] = cp.getboolean(url, "disable_hdrmd5_check")
|
||||
api_host_options[apiurl]["disable_hdrmd5_check"] = cp.getboolean(url, "disable_hdrmd5_check")
|
||||
|
||||
# add the auth data we collected to the config dict
|
||||
config['api_host_options'] = api_host_options
|
||||
|
Loading…
x
Reference in New Issue
Block a user