Skip to content

Commit c9bee77

Browse files
authored
Merge pull request #2168 from adamtheturtle/patch-1
Add a missing space in a log message
2 parents dd7386d + 490b2db commit c9bee77

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
@@ -267,7 +267,7 @@ def load_config(config_path=None, config_dict=None):
267267
return res
268268

269269
log.debug(
270-
"Couldn't find auth-related section ; attempting to interpret"
270+
"Couldn't find auth-related section ; attempting to interpret "
271271
"as auth-only file"
272272
)
273273
return {'auths': parse_auth(config_dict)}

0 commit comments

Comments
 (0)