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