Reformat
This commit is contained in:
parent
155cf82791
commit
a6c1d47412
@ -374,7 +374,9 @@ class ElasticMapReduceResponse(BaseResponse):
|
|||||||
# Ebs Blocks
|
# Ebs Blocks
|
||||||
ebs_blocks = []
|
ebs_blocks = []
|
||||||
idx = 1
|
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)
|
key = keyfmt.format(idx)
|
||||||
while self._has_key_prefix(key, ebs_configuration):
|
while self._has_key_prefix(key, ebs_configuration):
|
||||||
vlespc_keyfmt = "{0}._{1}._{{}}".format(key, volume_specification)
|
vlespc_keyfmt = "{0}._{1}._{{}}".format(key, volume_specification)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user