DSD-DBS / py-capellambse

A Python 3 headless implementation of the Capella modeling tool.
https://dsd-dbs.github.io/py-capellambse/
Apache License 2.0
52 stars 10 forks source link

reqif: Ignore one-sided relations #416

Closed Wuestengecko closed 5 months ago

Wuestengecko commented 5 months ago

This fixes an issue where relations that have only a source or only a target would insert unexpected Nones when enumerating related elements. When enumerating relation objects themselves, they show up as usual.