Skip to content

Commit

Permalink
docs: update docstring of get_where_filter method #309
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Feb 8, 2022
1 parent d37cd1b commit d043133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datagateway_api/src/search_api/query_filter_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def get_where_filter(where_filter_input, entity_name):
:type entity_name: :class:`str`
:return: The list of `NestedWhereFilters` and/ or `SearchAPIWhereFilter` objects
created
:raises FilterError: If the where filter input is not provided as an object
"""
if not isinstance(where_filter_input, dict):
raise FilterError(
Expand Down

0 comments on commit d043133

Please sign in to comment.