Skip to content

Commit

Permalink
[wmi] default value for 'inclusive' argument to _format_filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Dec 10, 2015
1 parent 8e607ce commit 0cab943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/libs/wmi/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def _get_connection(self):
inclusive to True.
"""
@staticmethod
def _format_filter(filters, inclusive):
def _format_filter(filters, inclusive=False):
"""
Transform filters to a comprehensive WQL `WHERE` clause.
"""
Expand Down

0 comments on commit 0cab943

Please sign in to comment.