91
91
self._check_parent(_abspath)
92
92
orig_content, orig_mode = self._files.get(_abspath, ("", None))
93
93
self._files[_abspath] = (orig_content + f.read(), orig_mode)
95
96
def _check_parent(self, _abspath):
96
97
dir = os.path.dirname(_abspath)