Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Allow for shutil.copytree to have existing dirs
* Add dirs_exist_ok=True to allow the copying operation to continue if it encounters existing directories. - c.f. https://docs.python.org/3.12/library/shutil.html#shutil.copytree - dirs_exist_ok was added in Python 3.8. * Amends PR 155.
- Loading branch information