mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:52:02 +02:00
Fixing styling issues
This commit is contained in:
+1
-4
@@ -392,10 +392,7 @@ 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):
|
||||
elif parsed_args.verbose_count > flag_default("verbose_count"):
|
||||
parsed_args.text_mode = True
|
||||
|
||||
if parsed_args.validate_hooks:
|
||||
|
||||
Reference in New Issue
Block a user