Skip to content

Commit a428312

Browse files
committed
[OMCSessionRunData] update docstring and comments
1 parent a4a4a4f commit a428312

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

OMPython/OMCSession.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,13 +463,12 @@ class OMCSessionRunData:
463463
464464
All data should be defined for the environment, where OMC is running (local, docker or WSL)
465465
"""
466-
# cmd_path is based on the selected OMCProcess definition
466+
# cmd_path is the expected working directory
467467
cmd_path: str
468468
cmd_model_name: str
469469
# command line arguments for the model executable
470470
cmd_args: list[str]
471471
# result file with the simulation output
472-
# cmd_result_path is based on the selected OMCProcess definition
473472
cmd_result_path: str
474473

475474
# command prefix data (as list of strings); needed for docker or WSL

0 commit comments

Comments
 (0)