Correct editing error

This commit is contained in:
Ross Scroggs
2024-01-12 11:40:25 -08:00
parent 5922d939e2
commit 2dd810ba69

View File

@@ -32211,6 +32211,7 @@ def doPrintGroupMembers():
if memberOptions[MEMBEROPTION_MEMBERNAMES]:
row['name'] = unknownName
if memberType == Ent.TYPE_USER:
try:
if not cacheMemberInfo or memberId not in memberNames:
mbinfo = callGAPI(cd.users(), 'get',
throwReasons=GAPI.USER_GET_THROW_REASONS+[GAPI.SERVICE_NOT_AVAILABLE, GAPI.FAILED_PRECONDITION],