Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: force sftp cleanup when done with instance #5698

Merged
merged 1 commit into from
Sep 18, 2024

Commits on Sep 12, 2024

  1. 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.
    holmanb committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0d63ce7 View commit details
    Browse the repository at this point in the history