Skip to content

Commit 4e8b0b2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,7 +2003,7 @@ def prepare(self) -> int:
20032003
self._sim_dict[resfilename] = df_data
20042004

20052005
mscmd = mod_structure.simulate_cmd(
2006-
result_file=resultfile.absolute().resolve(),
2006+
result_file=resultfile,
20072007
timeout=self._timeout,
20082008
)
20092009
if self._simargs is not None:

0 commit comments

Comments
 (0)