This commit is contained in:
Steve Pulec 2019-11-21 17:53:58 -05:00
commit 72da9e96c2
13 changed files with 28 additions and 26 deletions

View file

@ -88,7 +88,9 @@ class IAMPolicyDocumentValidator:
self._policy_document = policy_document
self._policy_json = {}
self._statements = []
self._resource_error = "" # the first resource error found that does not generate a legacy parsing error
self._resource_error = (
""
) # the first resource error found that does not generate a legacy parsing error
def validate(self):
try: