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