Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsagi <sagi@users.noreply.github.com>2015-12-11 14:13:32 +0300
committersagi <sagi@users.noreply.github.com>2015-12-11 14:13:32 +0300
commit5f05c5104e0a38a1cc19d20d12de2c99e8739e2b (patch)
treeb2ad5fd21c3088aca42abe2ca00ec86cc4daaa77 /letsencrypt-apache
parentab1e75e426f361392c947365e17a0e02b4051946 (diff)
make lint happy
Diffstat (limited to 'letsencrypt-apache')
-rw-r--r--letsencrypt-apache/letsencrypt_apache/configurator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/letsencrypt-apache/letsencrypt_apache/configurator.py b/letsencrypt-apache/letsencrypt_apache/configurator.py
index d60455cb6..570455bb3 100644
--- a/letsencrypt-apache/letsencrypt_apache/configurator.py
+++ b/letsencrypt-apache/letsencrypt_apache/configurator.py
@@ -887,7 +887,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
# Note: if code flow gets here it means we didn't find the exact
- # letsencrypt RewriteRule config for redirection. Finding
+ # letsencrypt RewriteRule config for redirection. Finding
# another RewriteRule is likely to be fine in most or all cases,
# but redirect loops are possible in very obscure cases; see #1620
# for reasoning.
@@ -930,7 +930,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
"""
rewrite_path = self.parser.find_dir(
"RewriteRule", None, start=vhost.path)
-
+
# There can be other RewriteRule directive lines in vhost config.
# rewrite_args_dict keys are directive ids and the corresponding value
# for each is a list of arguments to that directive.