Closed Timot05 closed 2 years ago
Kinparse does not handle the "exclude_from_bom" component parameter because a value is not provided for this field. The value field should be put as Optional() like so:
property = Group(_paren_clause('property', name & **Optional**(value)))
Kinparse does not handle the "exclude_from_bom" component parameter because a value is not provided for this field. The value field should be put as Optional() like so:
property = Group(_paren_clause('property', name & **Optional**(value)))