From c87bd62a845eb5b98e8d9ca2c69b0c66d23d52be Mon Sep 17 00:00:00 2001 From: asamoukin Date: Fri, 31 Oct 2008 14:49:30 +0000 Subject: [PATCH] git-svn-id: http://svn.calculate.ru/calculate2/calculate-lib/trunk@333 c91db197-33c1-4113-bf15-f8a5c547ca64 --- pym/cl_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_profile.py b/pym/cl_profile.py index 429d11d..26b580e 100644 --- a/pym/cl_profile.py +++ b/pym/cl_profile.py @@ -1893,7 +1893,7 @@ class profile(_file, _terms): varName = mark[self._deltVarStart:-self._deltVarEnd] varValue = "" if self.objVar.defined(varName): - varValue = self.objVar.Get(varName) + varValue = str(self.objVar.Get(varName)) textProfileTmp = textProfileTmp.replace(mark, varValue) resS = self._reVar.search(textProfileTmp) return textProfileTmp