Skip to content

Commit 3c83eeb

Browse files
committed
[OMCSessionRunData] update docstring and comments
1 parent ca39de4 commit 3c83eeb

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
@@ -466,13 +466,12 @@ class OMCSessionRunData:
466466
467467
All data should be defined for the environment, where OMC is running (local, docker or WSL)
468468
"""
469-
# cmd_path is based on the selected OMCProcess definition
469+
# cmd_path is the expected working directory
470470
cmd_path: str
471471
cmd_model_name: str
472472
# command line arguments for the model executable
473473
cmd_args: list[str]
474474
# result file with the simulation output
475-
# cmd_result_path is based on the selected OMCProcess definition
476475
cmd_result_path: str
477476

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

0 commit comments

Comments
 (0)