-
-
Notifications
You must be signed in to change notification settings - Fork 932
git.Repo object leaves open files #718
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
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 |
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: