From 490b2db3ae3ed35bd4f57be08ce554bfacff508e Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Mon, 5 Nov 2018 00:04:43 +0000 Subject: [PATCH] Add a missing space in a log message Signed-off-by: Adam Dangoor --- docker/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/auth.py b/docker/auth.py index 9635f933ec..17158f4ae3 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)}