mirror of https://github.com/docker/docker-py.git
Add a missing space in a log message
Signed-off-by: Adam Dangoor <adamdangoor@gmail.com>
This commit is contained in:
parent
dd7386de30
commit
490b2db3ae
|
|
@ -267,7 +267,7 @@ def load_config(config_path=None, config_dict=None):
|
||||||
return res
|
return res
|
||||||
|
|
||||||
log.debug(
|
log.debug(
|
||||||
"Couldn't find auth-related section ; attempting to interpret"
|
"Couldn't find auth-related section ; attempting to interpret "
|
||||||
"as auth-only file"
|
"as auth-only file"
|
||||||
)
|
)
|
||||||
return {'auths': parse_auth(config_dict)}
|
return {'auths': parse_auth(config_dict)}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue