Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Mar 4, 2024
1 parent eed756e commit 5e40fb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def __init__(
sagemaker_seedcode_bucket.grant_read_write(sagemaker_policy)

sagemaker_execution_role.grant_pass_role(codebuild_role)
sagemaker_execution_role.grant_pass_role(sagemaker_policy)
sagemaker_execution_role.grant_pass_role(sagemaker_execution_role)

# Attach the policy
sagemaker_policy.attach_to_role(sagemaker_execution_role)
Expand Down

0 comments on commit 5e40fb0

Please sign in to comment.