mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Fixing styling issues
This commit is contained in:
parent
6f7ed85844
commit
cf73511ae7
1 changed files with 2 additions and 5 deletions
|
|
@ -392,11 +392,8 @@ class HelpfulArgumentParser(object):
|
|||
("Conflicting values for displayer."
|
||||
" {0} conflicts with dialog_mode").format(arg)
|
||||
)
|
||||
else:
|
||||
# -v should imply --text
|
||||
if (parsed_args.verbose_count > flag_default("verbose_count") and
|
||||
not parsed_args.dialog_mode):
|
||||
parsed_args.text_mode = True
|
||||
elif parsed_args.verbose_count > flag_default("verbose_count"):
|
||||
parsed_args.text_mode = True
|
||||
|
||||
if parsed_args.validate_hooks:
|
||||
hooks.validate_hooks(parsed_args)
|
||||
|
|
|
|||
Loading…
Reference in a new issue