-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement rm -rf
in terms of pathlib
#4061
Comments
That is, implement the following using Lines 49 to 56 in dc0b4ef
|
also ref #4222 |
I'm going to take a look at this one as I'm freeing up a bit. |
@gnikonorov shutil.rmtree doesn't try as hard as py.path.local does It's basically a rm -r and we need the -f on top as well |
Thanks for confirming @RonnyPfannschmidt |
@nicoddemus i think we can consider this fixed with #5588 merged? |
Yes, thanks! |
followup to #3988 (comment)
as it turns out
shutil.rmtree
is unable to be harshits fine if we aren't for a while, but we need eventual parity
The text was updated successfully, but these errors were encountered: