Make atomicity comment more accurate

This commit is contained in:
Peter Eckersley 2016-06-23 11:39:51 -07:00
parent 4ef7131a4b
commit db66050a7a

View file

@ -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: