Skip to content

Commit 14ce405

Browse files
committed
[format] Add Section.prop_cardinality attribute
1 parent eccae1f commit 14ce405

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

odml/format.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ class Section(Format):
156156
'repository': 0,
157157
'section': 0,
158158
'include': 0,
159-
'property': 0
159+
'property': 0,
160+
'prop_cardinality': 0
160161
}
161162
_map = {
162163
'section': 'sections',

0 commit comments

Comments
 (0)