winutil
winutil copied to clipboard
Added Try-Catch blocks for remaining removal tasks
Pull Request
Title
(Same as title)
Type of Change
- [X] Bug fix
Description
This PR adds exception handling to package removal tasks, often failing to get info with Request not supported errors. The handling of the feature tasks was added just in case
Testing
Existing functionality still works as expected. However, I can't seem to get to the catch blocks
Impact
Reliability improvements in MicroWin
Issue related to PR
- Resolves #2351
- Resolves #2179 (package removal)
- Resolves all already closed issues talking about this problem
Additional Information
- If this exception handling doesn't work as expected, let me know
- No documentation changes were required
Checklist
- [X] My code adheres to the coding and style guidelines of the project.
- [X] I have performed a self-review of my own code.
- [X] I have commented my code, particularly in hard-to-understand areas.
- [X] I have made corresponding changes to the documentation.
- [X] My changes generate no errors/warnings/merge conflicts.