We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f97f12 commit c40aeb9Copy full SHA for c40aeb9
1 file changed
OMPython/ModelicaSystem.py
@@ -1998,7 +1998,7 @@ def __init__(
1998
if resultpath is None:
1999
self._resultpath = self.get_session().omcpath_tempdir()
2000
else:
2001
- self._resultpath = self.get_session().omcpath(resultpath)
+ self._resultpath = self.get_session().omcpath(resultpath).resolve()
2002
if not self._resultpath.is_dir():
2003
raise ModelicaSystemError("Argument resultpath must be set to a valid path within the environment used "
2004
f"for the OpenModelica session: {resultpath}!")
0 commit comments