Skip to content

Commit 979c3b2

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

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

19731973
mscmd = mod_structure.simulate_cmd(
1974-
result_file=resultfile.absolute().resolve(),
1974+
result_file=resultfile,
19751975
timeout=self._timeout,
19761976
)
19771977
if self._simargs is not None:

0 commit comments

Comments
 (0)