with self.InterruptProtection(self.dst_fs[i], dst_name):
if not self.dry_run:
self.copy[i](src_name, dst_name)
if stat.S_ISREG(s.st_mode):
self.num_bytes += s.st_size
if not self.dry_run:
if self.preserve_times:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.