Skip to content

Commit 9fe8f5f

Browse files
committed
Bugfix
1 parent 046138e commit 9fe8f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpc_provisioner/src/hpc_provisioner/aws_queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def create_dra(
424424
writable: bool = False,
425425
) -> dict:
426426
logger.debug(
427-
f"Creating DRA for fs {filesystem_id}, mount {bucket} at {mountpoint}, for {vlab_id}-{project_id}, writable {writable}"
427+
f"Creating DRA for fs {filesystem_id}, mount {bucket} at {mountpoint}, for {cluster.vlab_id}-{cluster.project_id}, writable {writable}"
428428
)
429429
s3_config = {
430430
"AutoImportPolicy": { # from S3 to FS

0 commit comments

Comments
 (0)