Skip to content

Commit

Permalink
solve flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sergargar committed Feb 29, 2024
1 parent 0ac188d commit 7d888ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prowler/providers/aws/aws_provider_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def print_credentials(self):
AWS-CLI Profile: {Fore.YELLOW}[{profile}]{Style.RESET_ALL} AWS Filter Region: {Fore.YELLOW}[{regions}]{Style.RESET_ALL}
AWS Account: {Fore.YELLOW}[{self.identity.account}]{Style.RESET_ALL} UserId: {Fore.YELLOW}[{self.identity.user_id}]{Style.RESET_ALL}
Caller Identity ARN: {Fore.YELLOW}[{ self.identity.identity_arn}]{Style.RESET_ALL}
Caller Identity ARN: {Fore.YELLOW}[{self.identity.identity_arn}]{Style.RESET_ALL}
"""
# If -A is set, print Assumed Role ARN
if self.assumed_role.assumed_role_info.role_arn is not None:
Expand Down

0 comments on commit 7d888ef

Please sign in to comment.