diff --git a/calculate/lib/cl_template.py b/calculate/lib/cl_template.py index a42f31c..a9c2555 100644 --- a/calculate/lib/cl_template.py +++ b/calculate/lib/cl_template.py @@ -3160,7 +3160,7 @@ class templateFunction(_error, _shareTemplate, _shareTermsFunction): if self.convObj: optInfo = self.convObj.convert() else: - optInfo = self.objVar.GetRemoteInfo(envFile) + optInfo = self.objVar.getRemoteInfo(envFile) if optInfo is False: self.raiseErrTemplate() if optInfo: