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