From 5723bbd3d8514d4aa0115c1e06c7fa89107c56d6 Mon Sep 17 00:00:00 2001 From: asamoukin Date: Tue, 30 Jun 2009 13:21:37 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B8=D0=B8=20=D1=84=D1=83=D0=BD?= =?UTF-8?q?=D0=BA=D1=86=D0=B8=D0=B9=20=D0=B2=20=D0=BF=D1=80=D0=BE=D1=84?= =?UTF-8?q?=D0=B8=D0=BB=D1=8F=D1=85=20=D0=B4=D0=B8=D1=80=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.calculate.ru/calculate2/calculate-lib/trunk@1906 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 fbc5e37..bba505f 100644 --- a/pym/cl_profile.py +++ b/pym/cl_profile.py @@ -3180,7 +3180,7 @@ class profile(_file, _terms, xmlShare): def function(text): """Функция обработки функций в заголовке""" - return self.applyFuncProfile(text, newDir, profileDirFile) + return self.applyFuncProfile(text, "", profileDirFile) if not os.path.exists(profileDirFile): return True