mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 20:02:16 +02:00
Make lint happy
This commit is contained in:
@@ -725,7 +725,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
||||
target = line.split()[2].strip()
|
||||
|
||||
https_prefix = "https://"
|
||||
if len(target)<len(https_prefix):
|
||||
if len(target) < len(https_prefix):
|
||||
return False
|
||||
|
||||
if target[:len(https_prefix)] == https_prefix:
|
||||
|
||||
Reference in New Issue
Block a user