commit | a8e752fb8d9a8b38fa2d4133b78db9711dbe032f | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@us.ibm.com> | Tue Nov 03 09:24:48 2015 -0500 |
committer | Brad Bishop <bradleyb@us.ibm.com> | Tue Nov 03 09:24:48 2015 -0500 |
tree | e7c845ec0530ac0d52ed0276d810fabbd0fdbacf | |
parent | e318ec2b30c1f623127fef03a2dd7acd87a3b162 [diff] [blame] |
Rename TagListMatch to ListMatch This match functor doesn't have anything to do with 'tags'.
diff --git a/phosphor-mapper b/phosphor-mapper index fda70c7..1a63317 100644 --- a/phosphor-mapper +++ b/phosphor-mapper
@@ -174,7 +174,7 @@ self.bus = bus self.name_match = name_match self.intf_match = intf_match - self.tag_match = OpenBMCMapper.TagListMatch(['children', 'interface']) + self.tag_match = OpenBMCMapper.ListMatch(['children', 'interface']) self.discovery_done = False