canonical / canonical/charmlibs
Add copytree and rmtree methods
Open
charmlibs-pathops
rainy day
team-charm-tech
- Dominant language
- Python
- Stars
- 5
- Forks
- 28
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 24
Description
We considered this during planning, as it could likely make use of `ops.Container.push_path` and `shutil.copytree`, or `ops.Container.remove_path` and `shutil.rmtree` without too much custom implementation needed. It seems like it will be useful for at least this project's tests -- so it could start out as a private internal helper function and get exercised that way.
Contributor guide
Assessment
This issue has not been assessed yet.