Lint: E225 missing whitespace around operator

This commit is contained in:
2020-11-07 12:16:36 -05:00
parent 8c623023d5
commit 4a5d50d0e6
4 changed files with 8 additions and 8 deletions

View File

@ -3654,9 +3654,9 @@ def cli(_cluster, _debug, _quiet):
if not _quiet:
if config['api_scheme'] == 'https' and not config['verify_ssl']:
ssl_unverified_msg=' (unverified)'
ssl_unverified_msg = ' (unverified)'
else:
ssl_unverified_msg=''
ssl_unverified_msg = ''
click.echo(
'Using cluster "{}" - Host: "{}" Scheme: "{}{}" Prefix: "{}"'.format(
config['cluster'],