128
128
pb.update('copy', count, len(to_copy))
130
139
assert count == len(to_copy)
135
def copy_multi_immutable(self, other, to_copy, pb):
144
def copy_multi_immutable(self, other, to_copy, pb, permit_failure=False):
136
145
from shutil import copyfile
140
150
other_p = other._path(id)