We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a28531 commit 118f591Copy full SHA for 118f591
1 file changed
OMPython/ModelicaSystem.py
@@ -208,7 +208,7 @@ def definition(self) -> OMCSessionRunData:
208
cmd_timeout=self._timeout,
209
)
210
211
- omc_run_data_updated = self._session.omc_run_data_update(omc_run_data)
+ omc_run_data_updated = self._session.omc_run_data_update(omc_run_data, session=self._session)
212
213
return omc_run_data_updated
214
0 commit comments