mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Make atomicity comment more accurate
This commit is contained in:
parent
4ef7131a4b
commit
db66050a7a
1 changed files with 1 additions and 2 deletions
|
|
@ -212,8 +212,7 @@ class NginxParser(object):
|
|||
empty, this overrides the existing conf files.
|
||||
|
||||
"""
|
||||
# XXX probably this should be modified to perform atomic write
|
||||
# operations and/or to defer control-c until completed
|
||||
# Best-effort atomicity is enforced above us by reverter.py
|
||||
for filename in self.parsed:
|
||||
tree = self.parsed[filename]
|
||||
if ext:
|
||||
|
|
|
|||
Loading…
Reference in a new issue