Comment code that confused bmw

This commit is contained in:
Brad Warren
2016-08-16 16:37:40 -07:00
parent 7fb5cf1cf5
commit ae23800e53
+1
View File
@@ -329,6 +329,7 @@ class NginxParser(object):
tup = [None, None, vhost.filep]
if vhost.ssl:
for directive in vhost.raw:
# A directive can be an empty list to preserve whitespace
if not directive:
continue
if directive[0] == 'ssl_certificate':