Skip to content

Commit 6cce101

Browse files
authored
Add missing call to string format in log message
Signed-off-by: Alejandro Villarreal <[email protected]>
1 parent 58c02ca commit 6cce101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def parse_auth(entries, raise_on_error=False):
203203
# https://github.com/docker/compose/issues/3265
204204
log.debug(
205205
'Auth data for {0} is absent. Client might be using a '
206-
'credentials store instead.'
206+
'credentials store instead.'.format(registry)
207207
)
208208
conf[registry] = {}
209209
continue

0 commit comments

Comments
 (0)