Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: force sftp cleanup when done with instance
Force inline sftp closure rather than on garbage collection. Without this, pytest causes tracebacks because it cleans up the logger before the final sftp connection is closed, which causes tracebacks after tests pass.
- Loading branch information