OpenModelica / OMPython

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

fixes issue OpenModelica#207 #208

Closed InigoGastesi closed 6 months ago

InigoGastesi commented 6 months ago

Related Issues

Rhis pull request is the solution of issue #207

Purpose

Fix the problem that on windows simulate function waits to create the resultfile but on linu doesn't do it

Approach

I use p.waitand p.terminate outside of conditions, in this way on windows or linux the function will wait for the process to finish

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.