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)