Show More
@@ -177,6 +177,7 b' class config(object):' | |||||
177 | if sections and section not in sections: |
|
177 | if sections and section not in sections: | |
178 | continue |
|
178 | continue | |
179 | if self.get(section, name) is not None: |
|
179 | if self.get(section, name) is not None: | |
|
180 | self._data[section] = self._data[section].preparewrite() | |||
180 | del self._data[section][name] |
|
181 | del self._data[section][name] | |
181 | self._unset.append((section, name)) |
|
182 | self._unset.append((section, name)) | |
182 | continue |
|
183 | continue |
General Comments 0
You need to be logged in to leave comments.
Login now