Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Dec 4, 2023
1 parent 2a6fd1b commit b2c4bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def convert_managed_policy_names_to_arns(client, policy_names):
try:
return [allpolicies[policy] for policy in policy_names if policy is not None]
except KeyError as e:
raise AnsibleIAMError(message="Failed to find policy by name:" +str(e))
raise AnsibleIAMError(message="Failed to find policy by name:" + str(e))


def get_aws_account_id(module):
Expand Down

0 comments on commit b2c4bb2

Please sign in to comment.