We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AnyOf
1 parent 4460bbb commit bd68698Copy full SHA for bd68698
datalad_next/constraints/base.py
@@ -191,7 +191,7 @@ def __call__(self, value):
191
self.raise_for(
192
value,
193
# plural OK, no sense in having 1 "alternative"
194
- 'not any of {n_alternatives} alternatives',
+ 'not any of {n_alternatives} alternatives\n{__itemized_causes__}',
195
# if any exception would be a ConstraintError
196
# this would not be needed, because they
197
# know the underlying constraint
0 commit comments