Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wmi] add tag_by to the properties to collect #2296

Merged
merged 1 commit into from
Feb 26, 2016

Conversation

yannmh
Copy link
Member

@yannmh yannmh commented Feb 25, 2016

Append tag_by property to the list of properties to collect.

@yannmh yannmh added the bugfix label Feb 25, 2016
@yannmh yannmh added this to the 5.7.0 milestone Feb 25, 2016
@yannmh yannmh assigned yannmh and unassigned yannmh Feb 25, 2016
@@ -42,7 +42,7 @@ def check(self, instance):

wmi_sampler = self._get_wmi_sampler(
instance_key,
wmi_class, properties,
wmi_class, properties, tag_by,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: I prefer naming the parameter explicitely when it's an optional parameter, so tag_by=tag_by here :)

Append `tag_by` property to the list of properties to collect.
@yannmh yannmh force-pushed the yann/wmi-add-tag_by-to_properties branch from b09f9e4 to 6aa4de4 Compare February 26, 2016 15:12
@olivielpeau
Copy link
Member

👍

olivielpeau added a commit that referenced this pull request Feb 26, 2016
[wmi] add `tag_by` to the properties to collect
@olivielpeau olivielpeau merged commit 2f5c1c9 into master Feb 26, 2016
@olivielpeau olivielpeau deleted the yann/wmi-add-tag_by-to_properties branch February 26, 2016 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants