Skip to content

Commit

Permalink
Update panther_analysis_tool/util.py
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Tedrow <[email protected]>
  • Loading branch information
grantjoy and stedrow authored Oct 2, 2023
1 parent 93cf522 commit 0e7a705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panther_analysis_tool/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def get_backend(args: argparse.Namespace) -> BackendClient:
)

if not hasattr(args, "aws_profile"):
return False
return 1, "--aws-profile wasn't set to a valid aws profile, please include a valid aws-profile in your arguments and try again."

datalake_lambda = get_datalake_lambda(args)

Expand Down

0 comments on commit 0e7a705

Please sign in to comment.