mirror of
https://github.com/certbot/certbot.git
synced 2026-04-27 00:59:12 -04:00
Make lint happy
This commit is contained in:
parent
3cf3e5b685
commit
886776d741
1 changed files with 1 additions and 1 deletions
|
|
@ -1177,7 +1177,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||
:type vhost: :class:`~certbot_apache.obj.VirtualHost`
|
||||
|
||||
"""
|
||||
rewrite_engine_path_list= self.parser.find_dir("RewriteEngine", "on",
|
||||
rewrite_engine_path_list = self.parser.find_dir("RewriteEngine", "on",
|
||||
start=vhost.path)
|
||||
if rewrite_engine_path_list:
|
||||
for re_path in rewrite_engine_path_list:
|
||||
|
|
|
|||
Loading…
Reference in a new issue