-
-
Notifications
You must be signed in to change notification settings - Fork 938
git.Repo object leaves open files #718
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I managed to avoid tracebacks by calling |
Thanks for the detailed information, as well as a workaround. |
@radujipa maybe you want to look at tips and suggestions in the various |
Uh oh!
There was an error while loading. Please reload this page.
I've made a small tool to help me manage tens of repos in one go, e.g. status, checkout, and pull. I'm having an issue when printing details of the last commit.
When I also call the following function, the traceback starts happening:
Example output:
My platform details
OS: macOS High Sierra 10.13.2
I've tried a mixture of calling
del
on therepo
objects, looking for explicitclose
methods through the library API - no luck.Any ideas?
The text was updated successfully, but these errors were encountered: