Skip to content

Commit 6ea552d

Browse files
committed
[ModelicaSystem] fix rebase fallout 2
1 parent 51670a6 commit 6ea552d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,8 @@ def setInputs(
13751375
else:
13761376
raise ModelicaSystemError(f"Data cannot be evaluated for {repr(key)}: {repr(val)}")
13771377

1378+
self._has_inputs = True
1379+
13781380
return True
13791381

13801382
def _createCSVData(self) -> pathlib.Path:

0 commit comments

Comments
 (0)