jbardin / scp.py

scp module for paramiko
Other
535 stars 137 forks source link

Fix pathlib presence check #165

Closed aeurielesn closed 3 years ago

aeurielesn commented 3 years ago

Fixes an issue with the pathlib presence check at scp.py#L52.

remram44 commented 3 years ago

Oh no! This should really have been caught by tests...

Thanks for the fix!

remram44 commented 3 years ago

0.14.1 has been released with the fix