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