Skip to content

Commit 0e3e2fd

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

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

19701970
mscmd = mod_structure.simulate_cmd(
1971-
result_file=resultfile.absolute().resolve(),
1971+
result_file=resultfile,
19721972
timeout=self._timeout,
19731973
)
19741974
if self._simargs is not None:

0 commit comments

Comments
 (0)