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