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