Skip to content

Commit 3ccb5fd

Browse files
committed
[ModelicaSystem] fix initialisation of default OMCSession - use *Local
1 parent 6313dd6 commit 3ccb5fd

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
@@ -375,7 +375,7 @@ def __init__(
375375
if session is not None:
376376
self._session = session
377377
else:
378-
self._session = OMCSession(omhome=omhome)
378+
self._session = OMCSessionLocal(omhome=omhome)
379379

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

0 commit comments

Comments
 (0)