Skip to content

Commit fe7acf1

Browse files
committed
[ModelicaSystem] fix initialisation of default OMCSession - use *Local
1 parent 96a797f commit fe7acf1

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
@@ -346,7 +346,7 @@ def __init__(
346346
if session is not None:
347347
self._session = session
348348
else:
349-
self._session = OMCSession(omhome=omhome)
349+
self._session = OMCSessionLocal(omhome=omhome)
350350

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

0 commit comments

Comments
 (0)