Skip to content

Commit 65b74d7

Browse files
committed
[ModelicaSystem] fix rebase fallout 2
1 parent 598ed53 commit 65b74d7

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
@@ -1395,6 +1395,8 @@ def setInputs(
13951395
else:
13961396
raise ModelicaSystemError(f"Data cannot be evaluated for {repr(key)}: {repr(val)}")
13971397

1398+
self._has_inputs = True
1399+
13981400
return True
13991401

14001402
def _createCSVData(self, csvfile: Optional[pathlib.Path] = None) -> pathlib.Path:

0 commit comments

Comments
 (0)