We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0799e62 commit 35cdc86Copy full SHA for 35cdc86
1 file changed
OMPython/ModelicaSystem.py
@@ -1640,7 +1640,7 @@ def convertFmu2Mo(
1640
raise ModelicaSystemError(f"Missing FMU file: {fmu_path.as_posix()}")
1641
1642
filename = self._requestApi(apiName='importFMU', entity=fmu_path.as_posix())
1643
- filepath = self._work_dir / filename
+ filepath = self._getconn.omcpath(filename)
1644
1645
# report proper error message
1646
if not filepath.is_file():
0 commit comments