Fixing issue 5342: 'The double quote is missing in the string'
This commit is contained in:
parent
b97165db75
commit
1d5abfadd7
2 changed files with 4 additions and 1 deletions
|
|
@ -795,7 +795,9 @@ def _validate_key(ctx, param, value):
|
|||
|
||||
if is_context:
|
||||
raise click.BadParameter(
|
||||
'When "--cert" is an SSLContext object, "--key is not used.', ctx, param
|
||||
'When "--cert" is an SSLContext object, "--key" is not used.',
|
||||
ctx,
|
||||
param,
|
||||
)
|
||||
|
||||
if not cert:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue