123
123
if isinstance(other, ImmutableStore):
124
124
return self.copy_multi_immutable(other, to_copy, pb)
128
129
pb.update('copy', count, len(to_copy))
135
def copy_multi_immutable(self, other, to_copy, pb):
146
def copy_multi_immutable(self, other, to_copy, pb, permit_failure=False):
136
147
from shutil import copyfile
140
152
other_p = other._path(id)