-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix logging and typing issues in SFTP high-level copy functions
This commit fixes logging and typing issues with SFTP get, put, copy, mget, mput, and mcopy functions. AsyncSSH should now properly handle sequences which mix bytes, str, and PurePath entries and also fixes type annotations for these functions to indicate that they accept either a single path or a list of paths. Thanks go to GitHub user eyalgolan1337 for reporting these issues!
- Loading branch information
Showing
2 changed files
with
32 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters