Comment 1 for bug 1031277

Revision history for this message
Matteo Brancaleoni (mbrancaleoni) wrote :

I think the issue is in _ssh_paramiko.py, into delete function.

the backend deletes the first file of the list passed to delete() but then a return is called after the real delete... this skips all the remaining files in list.

I think that removing the return statements in delete fn (should be line 363 and 367) will fix that.