Skip to content

Commit c783d13

Browse files
committed
Correct minor format.
1 parent 7449941 commit c783d13

File tree

1 file changed

+1
-1
lines changed
  • cookbooks/aws-parallelcluster-environment/files/default/ec2_udev_rules

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-environment/files/default/ec2_udev_rules/manageVolume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def handle_volume(volume_id, attach, detach):
216216

217217
identity_document = get_metadata_value(token, "http://169.254.169.254/latest/dynamic/instance-identity/document")
218218
identity = json.loads(identity_document)
219-
region = identity['region']
219+
region = identity["region"]
220220

221221
proxy_config = parse_proxy_config()
222222

0 commit comments

Comments
 (0)