-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed remote-to-local copy of nested directories (#309)
This commit fixes the remote-to-local copy of nested directories. When transferring nested directory to a remote location, an empty directory was created with the same name of her parent. This depended on a wrong handling on paths in the `base Connector`. To avoid regressions, a new unit test was added. Furthermore, this commit fixes the `seek` coroutine in the `aiotarstream` module, which was never awaited, and correctly handles the case when a `seek` is asked to move the stream pointer to its current position, which resulted in a wrongly-raised exception.
- Loading branch information
1 parent
7dbe631
commit 37ae15c
Showing
3 changed files
with
180 additions
and
63 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
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