Skip to content
Snippets Groups Projects
Commit 33ac8412 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

tweak(grouper): print available datasets upon fail

parent cd614f66
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,9 @@ class Grouper(ABC):
f" channel {path}"
)
assert len(sitems), "No valid dataset to use"
assert len(
sitems
), f"No valid dataset to use. Valid datasets are {self.available}"
return sitems
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment