diff options
Diffstat (limited to 'boto/ec2/autoscale/launchconfig.py')
-rw-r--r-- | boto/ec2/autoscale/launchconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/ec2/autoscale/launchconfig.py b/boto/ec2/autoscale/launchconfig.py index 0c0c1cf3..fe19e1be 100644 --- a/boto/ec2/autoscale/launchconfig.py +++ b/boto/ec2/autoscale/launchconfig.py @@ -132,7 +132,7 @@ class LaunchConfiguration(object): return self.security_groups elif name == 'BlockDeviceMappings': self.block_device_mappings = ResultSet([('member', BlockDeviceMapping)]) - return self.instances + return self.block_device_mappings def endElement(self, name, value, connection): if name == 'InstanceType': |