| Index: third_party/boto/boto/emr/emrobject.py
|
| ===================================================================
|
| --- third_party/boto/boto/emr/emrobject.py (revision 33376)
|
| +++ third_party/boto/boto/emr/emrobject.py (working copy)
|
| @@ -262,11 +262,12 @@
|
| if name == 'Status':
|
| self.status = ClusterStatus()
|
| return self.status
|
| - elif name == 'EC2InstanceAttributes':
|
| + elif name == 'Ec2InstanceAttributes':
|
| self.ec2instanceattributes = Ec2InstanceAttributes()
|
| return self.ec2instanceattributes
|
| elif name == 'Applications':
|
| self.applications = ResultSet([('member', Application)])
|
| + return self.applications
|
| elif name == 'Tags':
|
| self.tags = ResultSet([('member', KeyValue)])
|
| return self.tags
|
|
|