We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a6f66 commit 59eb568Copy full SHA for 59eb568
1 file changed
OMPython/ModelicaSystem.py
@@ -148,7 +148,7 @@ def __init__(
148
session: OMC session to be used. If unspecified, a new session
149
will be created.
150
build: Boolean controlling whether or not the model should be
151
- built when constructor is called. If False, the constructor
+ built when constructor is called. If False, the constructor
152
simply loads the model without compiling.
153
154
Examples:
@@ -220,7 +220,7 @@ def __init__(
220
# allow directly loading models from MSL without fileName
221
elif fileName is None and modelName is not None:
222
self.loadLibrary(lmodel=self.lmodel)
223
-
+
224
if build:
225
self.buildModel(variableFilter)
226
0 commit comments