Skip to content

Commit 24729ee

Browse files
committed
[ModelicaSystem] fix usage of ModelicaSystemCmd
1 parent aca4fc0 commit 24729ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ def _parse_om_version(version: str) -> tuple[int, int, int]:
11971197

11981198
def _process_override_data(
11991199
self,
1200-
om_cmd: ModelicaSystemCmd,
1200+
om_cmd: ModelExecutionCmd,
12011201
override_file: OMCPath,
12021202
override_var: dict[str, str],
12031203
override_sim: dict[str, str],

0 commit comments

Comments
 (0)