Skip to content

Commit 8b7f8dd

Browse files
committed
[ModelicaSystem] do not promote 'parse=False'
1 parent 2649e54 commit 8b7f8dd

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
@@ -999,8 +999,8 @@ def isParameterChangeable(self, name, value):
999999
if q[0]["changeable"] == "false":
10001000
logger.verbose(f"setParameters() failed : It is not possible to set the following signal {repr(name)}. "
10011001
"It seems to be structural, final, protected or evaluated or has a non-constant binding, "
1002-
f"use sendExpression(\"setParameterValue({self.modelName}, {name}, {value})\", "
1003-
"parsed=False) and rebuild the model using buildModel() API")
1002+
f"use sendExpression(\"setParameterValue({self.modelName}, {name}, {value})\") "
1003+
"and rebuild the model using buildModel() API")
10041004
return False
10051005
return True
10061006

0 commit comments

Comments
 (0)