Skip to content

Commit b9a6f66

Browse files
authored
fix typos
1 parent d9ad5fb commit b9a6f66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def __init__(
221221
elif fileName is None and modelName is not None:
222222
self.loadLibrary(lmodel=self.lmodel)
223223

224-
if build :
224+
if build:
225225
self.buildModel(variableFilter)
226226

227227
def setCommandLineOptions(self, commandLineOptions: str):

0 commit comments

Comments
 (0)