Closed liamhuber closed 10 months ago
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +0.01% (target: -1.00%) | :white_check_mark: 100.00% |
You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation
Just very minor convenience changes to the filesystem stuff: adds a property
DirectoryObject.is_empty
that checks agains length, and modifies deletion so you can choose to only delete if it's empty:DirectoryObject.(self, only_if_empty: bool = False)