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

Ignore the UnsupportedOperationException in case of descriptor removal #472

Merged
merged 1 commit into from
Feb 20, 2024

Commits on Feb 18, 2024

  1. Ignore the UnsupportedOperationException in case of descriptor removal

    If removal of the errornous descriptor failed this can have different
    reasons:
    
    1) it was never added because the target is not capable of downloading
    2) the repository does not support removal of descriptors
    3) some bug in the implementation
    
    in any case we want to report the original error an not an error that
    says we can't remove the descriptor.
    laeubi committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    10a5c9a View commit details
    Browse the repository at this point in the history