From 982a21cc4551c64798fafde96f32151cd5d39011 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 15 Oct 2012 13:14:53 +0400 Subject: [PATCH] Fix getRemoteInfo --- calculate/lib/cl_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: