File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1658,7 +1658,7 @@ def convertMo2Fmu(
16581658 properties = (f'version="{ version } ", fmuType="{ fmuType } ", '
16591659 f'fileNamePrefix="{ fileNamePrefix } ", includeResources={ includeResourcesStr } ' )
16601660 fmu = self ._requestApi (apiName = 'buildModelFMU' , entity = self ._model_name , properties = properties )
1661- fmu_path = self ._getconn .omcpath (fmu )
1661+ fmu_path = self ._session .omcpath (fmu )
16621662
16631663 # report proper error message
16641664 if not fmu_path .is_file ():
@@ -1679,7 +1679,7 @@ def convertFmu2Mo(
16791679 >>> convertFmu2Mo("c:/BouncingBall.Fmu")
16801680 """
16811681
1682- fmu_path = self ._getconn .omcpath (fmu )
1682+ fmu_path = self ._session .omcpath (fmu )
16831683
16841684 if not fmu_path .is_file ():
16851685 raise ModelicaSystemError (f"Missing FMU file: { fmu_path .as_posix ()} " )
You can’t perform that action at this time.
0 commit comments