Updates for CRM v3 changes (#1401)

This commit is contained in:
Ross Scroggs
2021-07-22 16:19:10 -07:00
committed by GitHub
parent 6c62483e8e
commit 94fe20607e

View File

@ -8045,7 +8045,7 @@ def doDelProjects():
gapi.call(crm.projects(),
'delete',
throw_reasons=[gapi_errors.ErrorReason.FORBIDDEN],
projectId=projectId)
name=project['name'])
print(f' Project: {projectId} Deleted{currentCount(i, count)}')
except gapi_errors.GapiForbiddenError as e:
print(