Open fservida opened 4 years ago
Trying to copy directories with xattr fails when directed to SMB mounts (and possibly filesystems not supporting xattr). shutil.copystat() tries to copy the xattr but errors out.
Temp fix in 487c5d5
Trying to copy directories with xattr fails when directed to SMB mounts (and possibly filesystems not supporting xattr). shutil.copystat() tries to copy the xattr but errors out.