We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05796f3 commit 4ad3b7cCopy full SHA for 4ad3b7c
1 file changed
OMPython/ModelicaSystem.py
@@ -2606,7 +2606,7 @@ def __init__(
2606
session = OMSessionRunner()
2607
2608
if not isinstance(session, OMSessionRunner):
2609
- raise ModelicaSystemError("Only working if OMCsessionDummy is used!")
+ raise ModelicaSystemError("Only working if OMCsessionRunner is used!")
2610
2611
super().__init__(
2612
work_directory=work_directory,
0 commit comments