Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix style error
  • Loading branch information
VidyaKukke committed Mar 24, 2021
commit ec797cf828540d7645e1ba33bb5400c322078900
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def _get_in_range_advanced_filter(key, operator, values):
advanced_filter = NumberNotInRangeAdvancedFilter(key=key, values=result)
return advanced_filter


def _validate_only_single_value_is_specified(operator_type, values):
if len(values) != 3:
raise CLIError("--advanced-filter: For '{}' operator, only one filter value "
Expand Down