mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
Make atomicity comment more accurate
This commit is contained in:
@@ -212,8 +212,7 @@ class NginxParser(object):
|
|||||||
empty, this overrides the existing conf files.
|
empty, this overrides the existing conf files.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
# XXX probably this should be modified to perform atomic write
|
# Best-effort atomicity is enforced above us by reverter.py
|
||||||
# operations and/or to defer control-c until completed
|
|
||||||
for filename in self.parsed:
|
for filename in self.parsed:
|
||||||
tree = self.parsed[filename]
|
tree = self.parsed[filename]
|
||||||
if ext:
|
if ext:
|
||||||
|
|||||||
Reference in New Issue
Block a user