summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey F <f.joffrey@gmail.com>2018-11-04 22:57:57 -0800
committerGitHub <noreply@github.com>2018-11-04 22:57:57 -0800
commitc9bee7716f9c22b0f0176074df6c689d6a5e612b (patch)
tree22957ff911900060d51c9d1b9c5b2bb84db53e57
parentdd7386de30c028300fd3ac9721cc0841fcd065c8 (diff)
parent490b2db3ae3ed35bd4f57be08ce554bfacff508e (diff)
downloaddocker-py-c9bee7716f9c22b0f0176074df6c689d6a5e612b.tar.gz
Merge pull request #2168 from adamtheturtle/patch-1
Add a missing space in a log message
-rw-r--r--docker/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/auth.py b/docker/auth.py
index 9635f93..17158f4 100644
--- a/docker/auth.py
+++ b/docker/auth.py
@@ -267,7 +267,7 @@ def load_config(config_path=None, config_dict=None):
return res
log.debug(
- "Couldn't find auth-related section ; attempting to interpret"
+ "Couldn't find auth-related section ; attempting to interpret "
"as auth-only file"
)
return {'auths': parse_auth(config_dict)}