OpenModelica / OMPython

A Python interface to OpenModelica communicating via CORBA or ZeroMQ
Other
107 stars 58 forks source link

Proposal: update ModelicaSystem to use logger & exceptions #227

Open syntron opened 1 week ago

syntron commented 1 week ago

I have some code changes which replace all print statements in ModelicaSystem with calls to the python logging infrastructure. Furthermore, it uses Exceptions if usefull.

If there is some interest, I could post it for review / prepare a pull request ...

adeas31 commented 1 week ago

Sounds good!