471
471
self._translate_io_exception(e, abspath, ': unable to open')
474
def non_atomic_put_file(self, relpath, f, mode=None,
474
def put_file_non_atomic(self, relpath, f, mode=None,
475
475
create_parent_dir=False):
476
476
"""Copy the file-like object into the target location.