Skip to content

Commit

Permalink
Python style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed May 9, 2024
1 parent 9bafbde commit 7e2104f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/aws_infra/cdk_classes/aws_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, scope: Stack, env_suffix: str, shared_work_dir_bucket: Option
bucket_name=shared_work_dir_bucket)

# Create the IAM policy to grant access to the nextflow output bucket
s3_bucket_access_statements=[
s3_bucket_access_statements = [
iam.PolicyStatement(
sid="S3BucketWriteAll",
effect=iam.Effect.ALLOW,
Expand Down

0 comments on commit 7e2104f

Please sign in to comment.