We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614317f commit 93c94ecCopy full SHA for 93c94ec
c8y_api/model/administration.py
@@ -828,7 +828,7 @@ def select(self,
828
elif isinstance(groups[0], str):
829
groups_string = [str(self.__groups.get(name).id) for name in groups]
830
else:
831
- ValueError("Unable to identify type of given group identifiers.")
+ raise ValueError("Unable to identify type of given group identifiers.")
832
groups_string = ','.join(groups_string)
833
# lazily yield parsed objects page by page
834
base_query = super()._build_base_query(username=username, groups=groups_string, page_size=page_size)
0 commit comments