179
181
self._update_pb(pb, 'copy-to', count, total)
182
188
except (IOError, OSError),e:
183
189
self._translate_error(e, path)
187
return super(LocalTransport, self).copy_to(relpaths, other, pb=pb)
193
return super(LocalTransport, self).copy_to(relpaths, other, mode=mode, pb=pb)
190
196
"""See Transport.listable."""