aas-core-works / aas-core-meta

Provide formalized meta-models for Asset Administration Shell (AAS).
Other
9 stars 3 forks source link

[V3] Fix nullability check in AASd-129 #273

Closed mristin closed 1 year ago

mristin commented 1 year ago

We forgot to use kind_or_default, which is a non-nullable, and used a kind, which can be None. The patch fixes this issue.