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

Reverse order of self.created_directories during clean up #257

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

mesaprotector
Copy link
Contributor

boxxy will fail to exit properly with nested rules, because it deletes the created directories in the same order they were created (ex. if it creates .mozilla first followed by .mozilla/extensions, it will try to delete .mozilla first, which will fail because the directory is not empty, even though boxxy created the subdirectory). This is a one-line fix to the cleanup process that has been tested on my system.

@queer queer merged commit fe58be7 into queer:mistress Sep 8, 2024
5 of 11 checks passed
@queer
Copy link
Owner

queer commented Sep 8, 2024

Thanks!

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