Merge "cloud: Fix typo"

This commit is contained in:
Zuul 2024-07-19 15:23:31 +00:00 committed by Gerrit Code Review
commit f060c869be

View File

@ -1249,7 +1249,7 @@ class IdentityCloudMixin:
try:
self.identity.delete_role(role)
return True
except exceptions.SDKExceptions:
except exceptions.SDKException:
self.log.exception(f"Unable to delete role {name_or_id}")
raise