Reformat
This commit is contained in:
parent
155cf82791
commit
a6c1d47412
1 changed files with 3 additions and 1 deletions
|
|
@ -374,7 +374,9 @@ class ElasticMapReduceResponse(BaseResponse):
|
|||
# Ebs Blocks
|
||||
ebs_blocks = []
|
||||
idx = 1
|
||||
keyfmt = "{0}._{1}.member.{{}}".format(key_ebs_config, ebs_block_device_configs)
|
||||
keyfmt = "{0}._{1}.member.{{}}".format(
|
||||
key_ebs_config, ebs_block_device_configs
|
||||
)
|
||||
key = keyfmt.format(idx)
|
||||
while self._has_key_prefix(key, ebs_configuration):
|
||||
vlespc_keyfmt = "{0}._{1}._{{}}".format(key, volume_specification)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue