mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 03:46:55 +00:00
Make CI pass; add black and isort to CI; add reformat commit to .git-blame-ignore-revs.
This commit is contained in:
@@ -68,7 +68,7 @@ class TLSConfig(object):
|
||||
tls_cert, tls_key = client_cert
|
||||
except ValueError:
|
||||
raise errors.TLSParameterError(
|
||||
"client_cert must be a tuple of" " (client certificate, key file)"
|
||||
"client_cert must be a tuple of (client certificate, key file)"
|
||||
)
|
||||
|
||||
if not (tls_cert and tls_key) or (
|
||||
|
||||
Reference in New Issue
Block a user