Semprini / pyMDG

UML Model Driven Generation of schema, code, data and documentation.
Other
21 stars 10 forks source link

UMLPackage path root incorrect #43

Closed Semprini closed 1 year ago

Semprini commented 1 year ago

uml/init.py if self.parent is None: self.root_package = self self.path = '/' + self.name + '/'

also in mdg\parse__init__.py