We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7695fad commit 2ab787fCopy full SHA for 2ab787f
1 file changed
OMPython/ModelicaSystem.py
@@ -1656,7 +1656,7 @@ def convertFmu2Mo(
1656
raise ModelicaSystemError(f"Missing FMU file: {fmu_path.as_posix()}")
1657
1658
filename = self._requestApi(apiName='importFMU', entity=fmu_path.as_posix())
1659
- filepath = self._work_dir / filename
+ filepath = self._getconn.omcpath(filename)
1660
1661
# report proper error message
1662
if not filepath.is_file():
0 commit comments