We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08ea8b commit eae5e65Copy full SHA for eae5e65
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