mirror of
https://github.com/certbot/certbot.git
synced 2026-07-25 23:29:26 +02:00
delint
This commit is contained in:
@@ -532,8 +532,8 @@ def _comment_directive(block, location):
|
||||
if len(block) > location + 1: # there is a block after us
|
||||
next_entry = block[location + 1]
|
||||
else:
|
||||
# we're at the end of the block, pretend there's a newline after us; it will actually be added later in
|
||||
# add_directives
|
||||
# we're at the end of the block, pretend there's a newline after us; it
|
||||
# will actually be added later in add_directives
|
||||
next_entry = "\n"
|
||||
if isinstance(next_entry, list):
|
||||
if "Certbot" in next_entry[-1]:
|
||||
|
||||
@@ -234,7 +234,7 @@ class NginxConfiguratorTest(util.NginxTest):
|
||||
['index', 'index.html index.htm']]],
|
||||
['listen', '5001 ssl'],
|
||||
['ssl_certificate', '/etc/nginx/fullchain.pem'],
|
||||
['ssl_certificate_key', '/etc/nginx/key.pem']]+
|
||||
['ssl_certificate_key', '/etc/nginx/key.pem']] +
|
||||
util.filter_comments(self.config.parser.loc["ssl_options"])
|
||||
],
|
||||
2))
|
||||
|
||||
Reference in New Issue
Block a user