Skip to content

Commit 35bc91c

Browse files
committed
[tools/dumper] Use 'values' instead of 'value'
1 parent 73e230e commit 35bc91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odml/tools/dumper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_props(obj, props):
2121
def dumpProperty(property, indent=1):
2222
# TODO : (PEP8) Find a better way to split the following line
2323
print("%*s:%s (%s)" % (indent, " ", property.name,
24-
get_props(property, ["definition", "value", "uncertainty", "unit",
24+
get_props(property, ["definition", "values", "uncertainty", "unit",
2525
"dtype", "value_reference", "dependency",
2626
"dependencyValue"])))
2727

0 commit comments

Comments
 (0)