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 73e230e commit 35bc91cCopy full SHA for 35bc91c
odml/tools/dumper.py
@@ -21,7 +21,7 @@ def get_props(obj, props):
21
def dumpProperty(property, indent=1):
22
# TODO : (PEP8) Find a better way to split the following line
23
print("%*s:%s (%s)" % (indent, " ", property.name,
24
- get_props(property, ["definition", "value", "uncertainty", "unit",
+ get_props(property, ["definition", "values", "uncertainty", "unit",
25
"dtype", "value_reference", "dependency",
26
"dependencyValue"])))
27
0 commit comments