Transport
: SshTransport
bug in method rename
#6725
Labels
good first issue
Issues that should be relatively easy to fix also for beginning contributors
type/bug
There seems to be a bug in method
rename
of classSshTransport
.The code takes two arguments,
old_path
andnew_path
. Before renaming first, checks if thenew_path
does not exist it raises anOSError
.This seem to be a mistake.
The text was updated successfully, but these errors were encountered: