Skip to content

Commit ac2cceb

Browse files
committed
[ModelicaSystem] fix rebase fallout 2
1 parent 07eb621 commit ac2cceb

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

1462+
self._has_inputs = True
1463+
14621464
return True
14631465

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

0 commit comments

Comments
 (0)