mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
cli.py PEP8 fixes
This commit is contained in:
@@ -347,7 +347,6 @@ class HelpfulArgumentParser(object):
|
|||||||
|
|
||||||
return parsed_args
|
return parsed_args
|
||||||
|
|
||||||
|
|
||||||
def set_test_server(self, parsed_args):
|
def set_test_server(self, parsed_args):
|
||||||
"""We have --staging/--dry-run; perform sanity check and set config.server"""
|
"""We have --staging/--dry-run; perform sanity check and set config.server"""
|
||||||
|
|
||||||
@@ -370,7 +369,6 @@ class HelpfulArgumentParser(object):
|
|||||||
parsed_args.tos = True
|
parsed_args.tos = True
|
||||||
parsed_args.register_unsafely_without_email = True
|
parsed_args.register_unsafely_without_email = True
|
||||||
|
|
||||||
|
|
||||||
def handle_csr(self, parsed_args):
|
def handle_csr(self, parsed_args):
|
||||||
"""Process a --csr flag."""
|
"""Process a --csr flag."""
|
||||||
if parsed_args.verb != "certonly":
|
if parsed_args.verb != "certonly":
|
||||||
|
|||||||
Reference in New Issue
Block a user