We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d93ac commit e99ee5bCopy full SHA for e99ee5b
1 file changed
OMPython/ModelicaSystem.py
@@ -1592,7 +1592,7 @@ def convertFmu2Mo(
1592
fmu_path = pathlib.Path(fmu)
1593
1594
filename = self._requestApi(apiName='importFMU', entity=fmu_path.as_posix())
1595
- filepath = pathlib.Path(filename)
+ filepath = self._work_dir / filename
1596
1597
# report proper error message
1598
if not filepath.is_file():
0 commit comments