diff --git a/enablesecurityhub.py b/enablesecurityhub.py index 027e125..96d1696 100755 --- a/enablesecurityhub.py +++ b/enablesecurityhub.py @@ -289,7 +289,7 @@ def check_config(session,account, region, s3_bucket_name): if e.response['Error']['Code'] == 'ResourceConflictException': pass else: - print("Error: Unable to enable Security Hub on Master account in region {}").format(aws_region) + print("Error: Unable to enable Security Hub on Master account in region {}".format(aws_region)) raise SystemExit(0) members[aws_region] = get_master_members(master_clients[aws_region], aws_region)