Skip to content

Commit d37f6ff

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

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

20212021
mscmd = mod_structure.simulate_cmd(
2022-
result_file=resultfile.absolute().resolve(),
2022+
result_file=resultfile,
20232023
timeout=self._timeout,
20242024
)
20252025
if self._simargs is not None:

0 commit comments

Comments
 (0)