Skip to content

Commit 335ef4f

Browse files
committed
[ModelicaSystemDoE] rename variables: commandLineOptions => command_line
1 parent 84e01d6 commit 335ef4f

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
@@ -1925,7 +1925,7 @@ def __init__(
19251925
model_file: Optional[str | os.PathLike] = None,
19261926
model_name: Optional[str] = None,
19271927
libraries: Optional[list[str | tuple[str, str]]] = None,
1928-
commandLineOptions: Optional[list[str]] = None,
1928+
command_line: Optional[list[str]] = None,
19291929
variable_filter: Optional[str] = None,
19301930
customBuildDirectory: Optional[str | os.PathLike] = None,
19311931
omhome: Optional[str] = None,
@@ -1947,7 +1947,7 @@ def __init__(
19471947
raise ModelicaSystemError("No model name provided!")
19481948

19491949
self._mod = ModelicaSystem(
1950-
command_line=commandLineOptions,
1950+
command_line=command_line,
19511951
customBuildDirectory=customBuildDirectory,
19521952
omhome=omhome,
19531953
omc_process=omc_process,

0 commit comments

Comments
 (0)