We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e674e5 commit 95113bdCopy full SHA for 95113bd
1 file changed
OMPython/ModelicaSystem.py
@@ -1625,7 +1625,7 @@ def convertFmu2Mo(
1625
raise ModelicaSystemError(f"Missing FMU file: {fmu_path.as_posix()}")
1626
1627
filename = self._requestApi(apiName='importFMU', entity=fmu_path.as_posix())
1628
- filepath = self._work_dir / filename
+ filepath = self._getconn.omcpath(filename)
1629
1630
# report proper error message
1631
if not filepath.is_file():
0 commit comments