Skip to content

Update catch in icon_utils to reject

Paul Slaughter requested to merge 31734-update-icon-utils-catch-to-fail into master

What does this MR do?

There's a .catch we use in an internal method which doesn't rethrow. This causes us to try to run the happy path. Thankfully we have another .catch which is triggered when the happy path doesn't work, but we can optimize a little by not even running the happy path in the first place.

Merge request reports