Skip to content

Commit

Permalink
Fix line length - fixes lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sbkok authored Jul 24, 2023
1 parent 243ddb2 commit 6960eba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def lambda_handler(event, _):
desired_regions = []
if event.get("regions"):
LOGGER.info(
"Account Level Regions is not currently supported. Ignoring these values for now and using SSM only"
"Account Level Regions is not currently supported."
"Ignoring these values for now and using SSM only"
)
desired_regions.extend(get_regions_from_ssm(boto3.client("ssm")))
org_root_account_id = boto3.client("sts").get_caller_identity().get("Account")
Expand Down

0 comments on commit 6960eba

Please sign in to comment.