Make atomicity comment more accurate

This commit is contained in:
Peter Eckersley
2016-06-23 11:41:31 -07:00
parent 4ef7131a4b
commit db66050a7a
+1 -2
View File
@@ -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: