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
53 stars 11 forks source link

Handle resources in write_tmp_project_dir #386

Closed Wuestengecko closed 9 months ago

Wuestengecko commented 9 months ago

The 'write_tmp_project_dir' method is now able to create a full workspace structure when more than one resource is involved in a model. Previously, calling this method on a model with loaded resources (i.e. library models) would result in an exception.