master
Самоукин Алексей 14 years ago
parent a8d35f6660
commit 881d07165a

@ -2269,9 +2269,9 @@ or ld_bind_dn or ld_bind_pw")
try:
for rmFile in filesRemove:
rmPath = os.path.join(homeDir, rmFile)
if if os.path.islink(rmPath):
if os.path.islink(rmPath):
os.unlink(rmPath)
elif os.path.isfile(rmPath):
elif os.path.isfile(rmPath):
os.remove(rmPath)
elif os.path.isdir(rmPath):
os.rmdir(rmPath)

Loading…
Cancel
Save