129
129
pb.update('copy', count, len(to_copy))
131
140
assert count == len(to_copy)
136
def copy_multi_immutable(self, other, to_copy, pb):
145
def copy_multi_immutable(self, other, to_copy, pb, permit_failure=False):
137
146
from shutil import copyfile
141
151
other_p = other._path(id)