Python's shutil.copytree
is not very flexible; what is the simplest way to add support for ignoring permissions while copying in copytree
(without having to re-write its implementation)?
Otherwise, copytree
fails like this:
(…)”[Errno 45] Operation not supported: ‘/path/foo/bar’”