This commit is contained in:
Peter Eckersley
2016-01-28 18:19:28 -08:00
parent 9bc4efe50c
commit 9cce97ee66
+1 -1
View File
@@ -1294,7 +1294,7 @@ class WebrootPathProcessor(argparse.Action): # pylint: disable=missing-docstring
"them must precede all domain flags")
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):
"""