summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Dangoor <adamdangoor@gmail.com>2018-11-05 00:04:43 +0000
committerJoffrey F <joffrey@docker.com>2018-11-28 11:56:08 -0800
commit8f3dc4740e94085d4b14b2847ec0349f075daed8 (patch)
tree8e214e90474d2e654ef11ea69c483fb1c8358da5
parent3d5313a5fd1a6fced07a7a993d49c64aaa0aaf57 (diff)
downloaddocker-py-8f3dc4740e94085d4b14b2847ec0349f075daed8.tar.gz
Add a missing space in a log message
Signed-off-by: Adam Dangoor <adamdangoor@gmail.com>
-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)}