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
Sometimes directories don't get deleted #7
Comments
Documented behaviourQuote of the README:
As described in the documentation of the module, siblings of directories should not be deleted, because you created them and not the module itself. This can only be achived if the module is no longer supposed to delete a directory, as son as you create some content inside the directory. Deleting the directory would cause the deletion of the files inside it. Implementation of this featureIn order to not delete the siblings that have the mixin as well there is the There are two issues with this approach:
My suggestionI would suggest to change (Having all temp directories being deleted when the program terminates is what I was expecting before I read the documentation.) |
Fixed issue #7 according to my suggestion - temp dirs will always be …
While using this module i realized that directories (with their content) don't get deleted. It doesn't happen all the time so it's some kind of race condition.
The text was updated successfully, but these errors were encountered: