Fixed Line search terms hidden files

master
Самоукин Алексей 14 years ago
parent 55368b8d17
commit 4498b2120d

@ -2423,7 +2423,7 @@ or ld_bind_dn or ld_bind_pw")
filesDirDesk = []
if os.path.exists(pathDesktop):
filesDirDesk = filter(lambda x: not os.path.islink(x) and\
not x.startswith('.'),\
not os.path.split(x)[1].startswith('.'),\
map(lambda x: os.path.join(pathDesktop,x),\
os.listdir(pathDesktop)))
movedPathDesk = os.path.join(movedPath, pathDesktop)

Loading…
Cancel
Save