mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
Fixing styling issues
This commit is contained in:
+2
-5
@@ -392,11 +392,8 @@ class HelpfulArgumentParser(object):
|
|||||||
("Conflicting values for displayer."
|
("Conflicting values for displayer."
|
||||||
" {0} conflicts with dialog_mode").format(arg)
|
" {0} conflicts with dialog_mode").format(arg)
|
||||||
)
|
)
|
||||||
else:
|
elif parsed_args.verbose_count > flag_default("verbose_count"):
|
||||||
# -v should imply --text
|
parsed_args.text_mode = True
|
||||||
if (parsed_args.verbose_count > flag_default("verbose_count") and
|
|
||||||
not parsed_args.dialog_mode):
|
|
||||||
parsed_args.text_mode = True
|
|
||||||
|
|
||||||
if parsed_args.validate_hooks:
|
if parsed_args.validate_hooks:
|
||||||
hooks.validate_hooks(parsed_args)
|
hooks.validate_hooks(parsed_args)
|
||||||
|
|||||||
Reference in New Issue
Block a user