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 d42e051 commit 7cbdd2cCopy full SHA for 7cbdd2c
OMPython/OMCSession.py
@@ -1057,7 +1057,7 @@ def run_model_executable(cmd_run_data: OMCSessionRunData) -> int:
1057
Run the command defined in cmd_run_data. This class is defined as static method such that there is no need to
1058
keep instances of over classes around.
1059
"""
1060
- raise OMCSessionException(f"({self.__class__.__name__}) does not support run_model_executable()!")
+ raise OMCSessionException("OMCSessionPort does not support run_model_executable()!")
1061
1062
def get_log(self) -> str:
1063
0 commit comments