Skip to content

Commit 5ad32fd

Browse files
committed
[ModelicaSystem] fix initialisation of default OMCSession - use *Local
1 parent 229a015 commit 5ad32fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def __init__(
378378
if session is not None:
379379
self._session = session
380380
else:
381-
self._session = OMCSession(omhome=omhome)
381+
self._session = OMCSessionLocal(omhome=omhome)
382382

383383
# set commandLineOptions using default values or the user defined list
384384
if command_line_options is None:

0 commit comments

Comments
 (0)