OpenModelica / OMPython

A Python interface to OpenModelica communicating via CORBA or ZeroMQ
Other
102 stars 59 forks source link

Always call getErrorString() when verbose=True #203

Closed adeas31 closed 7 months ago

adeas31 commented 7 months ago

If verbose=False then only call getErrorString() in case of failure.

adeas31 commented 7 months ago

supersedes #202