mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Neaten
This commit is contained in:
parent
85d9ab4d5c
commit
e1f560dca3
1 changed files with 2 additions and 2 deletions
|
|
@ -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]:
|
||||
|
|
|
|||
Loading…
Reference in a new issue