We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913fe64 commit 81f88deCopy full SHA for 81f88de
1 file changed
OMPython/ModelicaSystem.py
@@ -1958,7 +1958,7 @@ def __init__(
1958
model_file: Optional[str | os.PathLike] = None,
1959
model_name: Optional[str] = None,
1960
libraries: Optional[list[str | tuple[str, str]]] = None,
1961
- commandLineOptions: Optional[list[str]] = None,
+ command_line: Optional[list[str]] = None,
1962
variable_filter: Optional[str] = None,
1963
customBuildDirectory: Optional[str | os.PathLike] = None,
1964
omhome: Optional[str] = None,
@@ -1980,7 +1980,7 @@ def __init__(
1980
raise ModelicaSystemError("No model name provided!")
1981
1982
self._mod = ModelicaSystem(
1983
- command_line=commandLineOptions,
+ command_line=command_line,
1984
customBuildDirectory=customBuildDirectory,
1985
omhome=omhome,
1986
omc_process=omc_process,
0 commit comments