Skip to content

Commit c0a7f73

Browse files
committed
[ModelicaSystem] fix rebase fallout 2
1 parent a711001 commit c0a7f73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

OMPython/ModelicaSystem.py

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

1337+
self._has_inputs = True
1338+
13371339
return True
13381340

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

0 commit comments

Comments
 (0)