From 4c63de65a56eda1b68b4b55b72ae499f946c214b Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Fri, 18 Jul 2025 15:29:24 -0700 Subject: [PATCH] Another print|show cigroups fix --- src/gam/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam/__init__.py b/src/gam/__init__.py index a63c3b20..8e3a0a76 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -37100,7 +37100,7 @@ def getCIGroupTransitiveMembers(ci, groupName, membersList, i, count): entityUnknownWarning(Ent.CLOUD_IDENTITY_GROUP, groupName, i, count) return False except GAPI.permissionDenied as e: - entityActionFailedExit([Ent.CLOUD_IDENTITY_GROUP, groupName], str(e)) + entityActionFailedWarning([Ent.CLOUD_IDENTITY_GROUP, groupName], str(e)) return False for member in groupMembers: membersList.append(getCIGroupTransitiveMemberRoleFixType(groupName, member))