mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 08:03:44 +02:00
delint
This commit is contained in:
+1
-1
@@ -1294,7 +1294,7 @@ class WebrootPathProcessor(argparse.Action): # pylint: disable=missing-docstring
|
|||||||
"them must precede all domain flags")
|
"them must precede all domain flags")
|
||||||
config.webroot_path.append(webroot)
|
config.webroot_path.append(webroot)
|
||||||
|
|
||||||
_undot = lambda domain : domain[:-1] if domain.endswith('.') else domain
|
_undot = lambda domain: domain[:-1] if domain.endswith('.') else domain
|
||||||
|
|
||||||
def _process_domain(config, domain_arg, webroot_path=None):
|
def _process_domain(config, domain_arg, webroot_path=None):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user