From 1a360a74412262a6298f68b0142a371501cd4b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D0=BC=D0=BE=D1=83=D0=BA=D0=B8=D0=BD=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?= Date: Mon, 29 Mar 2010 11:55:35 +0400 Subject: [PATCH] bugFix --- pym/cl_profile.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pym/cl_profile.py b/pym/cl_profile.py index 169d5d0..fb25003 100644 --- a/pym/cl_profile.py +++ b/pym/cl_profile.py @@ -3365,10 +3365,7 @@ class profile(_file, _terms, xmlShare, processingTemplates): if os.access(dirProf, os.F_OK): # Если директория существует tmpDirsProfiles.append(dirProf) - else: - tmpDirsProfiles.append(False) dirsProfiles = tmpDirsProfiles - scanObj = processingTemplates() scanObj.processingFile = lambda x,y: createDictTemplates(x, y,\ self.dictTemplates)