We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5aa21 commit e92334fCopy full SHA for e92334f
OMPython/OMCSession.py
@@ -1028,7 +1028,7 @@ def run_model_executable(cmd_run_data: OMCSessionRunData) -> int:
1028
Run the command defined in cmd_run_data. This class is defined as static method such that there is no need to
1029
keep instances of over classes around.
1030
"""
1031
- raise OMCSessionException(f"({self.__class__.__name__}) does not support run_model_executable()!")
+ raise OMCSessionException("OMCSessionPort does not support run_model_executable()!")
1032
1033
def get_log(self) -> str:
1034
0 commit comments