We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74af832 commit e379216Copy full SHA for e379216
1 file changed
OMPython/OMCSession.py
@@ -463,13 +463,12 @@ class OMCSessionRunData:
463
464
All data should be defined for the environment, where OMC is running (local, docker or WSL)
465
"""
466
- # cmd_path is based on the selected OMCProcess definition
+ # cmd_path is the expected working directory
467
cmd_path: str
468
cmd_model_name: str
469
# command line arguments for the model executable
470
cmd_args: list[str]
471
# result file with the simulation output
472
- # cmd_result_path is based on the selected OMCProcess definition
473
cmd_result_path: str
474
475
# command prefix data (as list of strings); needed for docker or WSL
0 commit comments