mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Disable too-many-locals for now
This commit is contained in:
+1
-1
@@ -680,7 +680,7 @@ def run(config, plugins): # pylint: disable=too-many-branches,too-many-locals
|
||||
|
||||
def obtain_cert(config, plugins, lineage=None):
|
||||
"""Implements "certonly": authenticate & obtain cert, but do not install it."""
|
||||
|
||||
# pylint: disable=too-many-locals
|
||||
try:
|
||||
# installers are used in auth mode to determine domain names
|
||||
installer, authenticator = choose_configurator_plugins(config, plugins, "certonly")
|
||||
|
||||
Reference in New Issue
Block a user