Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs.Dir.deleteTree: Fix DirNotEmpty condition
`deleteTree` needs to retry once the directory is reported to be not empty. Otherwise, the retry condition is never reached.
- Loading branch information