Skip to content
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

Fix double delete error in conan cache clean #13601

Merged

Conversation

AbrilRBS
Copy link
Member

@AbrilRBS AbrilRBS commented Apr 3, 2023

Changelog: Bugfix: Fix double delete error in conan cache clean.
Docs: Omit

shutils.rmtree raises when the folder does not exist. Calling conan cache clean more than once (For different references, for example), crashed. Use rmdir instead to avoid this behaviour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants