diff --git a/pym/cl_client.py b/pym/cl_client.py index bd52ba8..a6c251f 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -2001,9 +2001,6 @@ or ld_bind_dn or ld_bind_pw") movedPathDesk = os.path.join(movedPath, pathDesktop) filesDir += filesDirDesk if not filesDir or not os.path.exists("Home"): - # Удаляем пустую папку Desktop - if os.path.exists(movedPathDesk) and not os.listdir(movedPathDesk): - os.rmdir(movedPathDesk) # Удаляем пустую папку Moved if os.path.exists(movedPath) and not os.listdir(movedPath): os.rmdir(movedPath)