From 6cce101f012d1875029e0a10f45d2d3ad01aedfe Mon Sep 17 00:00:00 2001 From: Alex Villarreal Date: Tue, 21 Nov 2017 10:07:02 -0600 Subject: [PATCH] Add missing call to string format in log message Signed-off-by: Alejandro Villarreal --- docker/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/auth.py b/docker/auth.py index c3fb062e9b..c0cae5d97a 100644 --- a/docker/auth.py +++ b/docker/auth.py @@ -203,7 +203,7 @@ def parse_auth(entries, raise_on_error=False): # https://github.com/docker/compose/issues/3265 log.debug( 'Auth data for {0} is absent. Client might be using a ' - 'credentials store instead.' + 'credentials store instead.'.format(registry) ) conf[registry] = {} continue