Make lint happy

This commit is contained in:
sagi
2016-01-11 19:20:29 +00:00
parent 6c18a7d318
commit ae572fe084
@@ -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: