Skip to content

AppCleaner: Don't abort processing (deletion) a filter if a single file fails#1337

Merged
d4rken merged 1 commit into
mainfrom
appcleaner-deletion-graceful-skip
Jul 31, 2024
Merged

AppCleaner: Don't abort processing (deletion) a filter if a single file fails#1337
d4rken merged 1 commit into
mainfrom
appcleaner-deletion-graceful-skip

Conversation

@d4rken

@d4rken d4rken commented Jul 31, 2024

Copy link
Copy Markdown
Member

Instead of aborting the whole processing of a ExpendablesFilter if an error occurs, we note the error and just continue. Previously we continued but only with the next ExpendablesFilter, so this PR changes it from "on filter level" to "on match level".

Closes #1332

Instead of aborting the whole processing of a `ExpendablesFilter` if an error occurs, we note the error and just continue.
Previously we continued but only with the next `ExpendablesFilter`, so this PR changes it from "on filter level" to "on match level".

Closes #1332
@d4rken d4rken added enhancement New feature, request, improvement or optimization c: AppCleaner labels Jul 31, 2024
@d4rken d4rken merged commit bedffaa into main Jul 31, 2024
@d4rken d4rken deleted the appcleaner-deletion-graceful-skip branch July 31, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c: AppCleaner enhancement New feature, request, improvement or optimization

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AppCleaner deletion fails due to chattr +i

1 participant