Skip to content

Commit

Permalink
Merge pull request #106 from sarika-subram/main
Browse files Browse the repository at this point in the history
Fix error
  • Loading branch information
sarika-subram authored May 20, 2024
2 parents 82d237f + 3087cbe commit 70193bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Screener.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def scanByService(service, regions, filters):
info[identifier] = obj['info']

contexts[service[0]][region] = arr
Config.set(classPrefix, None)

except botocore.exceptions.ClientError as e:
contexts[service[0]][region] = {}
Expand All @@ -99,6 +98,9 @@ def scanByService(service, regions, filters):

tempCount += len(contexts[service[0]][region])
del serv

Config.set(classPrefix, None)


GLOBALRESOURCES = Config.get(globalKey, [])
if len(GLOBALRESOURCES) > 0:
Expand Down

0 comments on commit 70193bb

Please sign in to comment.