We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05a666 commit af321ebCopy full SHA for af321eb
1 file changed
OMPython/ModelicaSystem.py
@@ -1629,7 +1629,7 @@ def convertFmu2Mo(
1629
fmu_path = pathlib.Path(fmu)
1630
1631
filename = self._requestApi(apiName='importFMU', entity=fmu_path.as_posix())
1632
- filepath = pathlib.Path(filename)
+ filepath = self._work_dir / filename
1633
1634
# report proper error message
1635
if not filepath.is_file():
0 commit comments