This commit is contained in:
Brad Warren
2016-07-26 17:36:58 -07:00
parent 4eb38fe167
commit 1060ea7c3d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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]: