mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-25 11:42:12 +01:00
- fixed #479156 ("osc: osc linkpac fails / backtrace")
This commit is contained in:
parent
0d25a44e54
commit
69f8c58873
@ -381,7 +381,7 @@ def get_config(override_conffile = None,
|
||||
# config becomes an object, even better), set the global 'user' here as well,
|
||||
# provided that there _are_ credentials for the chosen apiurl:
|
||||
try:
|
||||
config['user'] = get_apiurl_api_host_options(config['apiurl'])
|
||||
config['user'] = get_apiurl_usr(config['apiurl'])
|
||||
except oscerr.ConfigMissingApiurl, e:
|
||||
e.msg = config_missing_apiurl_text % config['apiurl']
|
||||
e.file = conffile
|
||||
|
Loading…
x
Reference in New Issue
Block a user