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 02ae698 commit 68deabdCopy full SHA for 68deabd
cubids/cubids.py
@@ -1016,6 +1016,8 @@ def get_param_groups_from_entity_set(self, entity_set):
1016
matching_files = self.layout.get(
1017
return_type="file", scope="self", regex_search=True, **key_entities
1018
)
1019
+ if not matching_files:
1020
+ raise Exception(f"No files found for entity set: {key_entities}")
1021
1022
# ensure files who's entities contain key_entities but include other
1023
# entities do not also get added to matching_files
0 commit comments