Skip to content

Commit c960064

Browse files
committed
[ModelicaSystemDoE] fix path to resultfile
it does not exists at this point thus, resolve() and absolute() will fail
1 parent a686554 commit c960064

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
@@ -1982,7 +1982,7 @@ def prepare(self) -> int:
19821982
self._sim_dict[resfilename] = df_data
19831983

19841984
mscmd = mod_structure.simulate_cmd(
1985-
result_file=resultfile.absolute().resolve(),
1985+
result_file=resultfile,
19861986
timeout=self._timeout,
19871987
)
19881988
if self._simargs is not None:

0 commit comments

Comments
 (0)