We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370f76c commit 9127f4eCopy full SHA for 9127f4e
OMPython/ModelicaSystem.py
@@ -469,7 +469,7 @@ def definition(
469
libraries = []
470
471
if not isinstance(libraries, list):
472
- raise ModelicaSystemError(f"Invalid input type for lmodel: {type(libraries)} - list expected!")
+ raise ModelicaSystemError(f"Invalid input type for libraries: {type(libraries)} - list expected!")
473
474
# set variables
475
self._model_name = model # Model class name
0 commit comments