From 7e2104f2e79ed31561e92f6af92080e7f990b360 Mon Sep 17 00:00:00 2001 From: Manuel Luypaert Date: Thu, 9 May 2024 12:24:50 +0100 Subject: [PATCH] Python style fix --- pipeline/aws_infra/cdk_classes/aws_batch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/aws_infra/cdk_classes/aws_batch.py b/pipeline/aws_infra/cdk_classes/aws_batch.py index 0f492150..7bba9d94 100644 --- a/pipeline/aws_infra/cdk_classes/aws_batch.py +++ b/pipeline/aws_infra/cdk_classes/aws_batch.py @@ -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,