diff --git a/pym/cl_client.py b/pym/cl_client.py index 07d8ea4..b674849 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -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)