192
199
if _abspath in self._files:
193
200
self._translate_error(IOError(errno.ENOTDIR, relpath), relpath)
196
203
self._translate_error(IOError(errno.ENOTEMPTY, relpath),
200
207
self._translate_error(IOError(errno.ENOTEMPTY, relpath), relpath)
201
208
if not _abspath in self._dirs:
202
209
raise NoSuchFile(relpath)