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 35bc91c commit 73edc26Copy full SHA for 73edc26
odml/validation.py
@@ -291,7 +291,7 @@ def property_dependency_check(prop):
291
LABEL_WARNING)
292
return
293
294
- if prop.dependency_value not in dep_obj.value[0]:
+ if prop.dependency_value not in dep_obj.values[0]:
295
yield ValidationError(prop, "Dependency-value is not equal to value of"
296
" the property's dependency", LABEL_WARNING)
297
0 commit comments