Skip to content

Commit 81f88de

Browse files
committed
[ModelicaSystemDoE] rename variables: commandLineOptions => command_line
1 parent 913fe64 commit 81f88de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@ def __init__(
19581958
model_file: Optional[str | os.PathLike] = None,
19591959
model_name: Optional[str] = None,
19601960
libraries: Optional[list[str | tuple[str, str]]] = None,
1961-
commandLineOptions: Optional[list[str]] = None,
1961+
command_line: Optional[list[str]] = None,
19621962
variable_filter: Optional[str] = None,
19631963
customBuildDirectory: Optional[str | os.PathLike] = None,
19641964
omhome: Optional[str] = None,
@@ -1980,7 +1980,7 @@ def __init__(
19801980
raise ModelicaSystemError("No model name provided!")
19811981

19821982
self._mod = ModelicaSystem(
1983-
command_line=commandLineOptions,
1983+
command_line=command_line,
19841984
customBuildDirectory=customBuildDirectory,
19851985
omhome=omhome,
19861986
omc_process=omc_process,

0 commit comments

Comments
 (0)