NTNU-IHB / PythonFMU

A lightweight framework that enables the packaging of Python3.x code as co-simulation FMUs
MIT License
136 stars 38 forks source link

Fix guid assignment #175

Closed markaren closed 1 year ago

markaren commented 1 year ago

self.guid: uuid1() should be self.guid = uuid1()