We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df34c7 commit b1f938cCopy full SHA for b1f938c
src/setuptools_scm/file_finder_git.py
@@ -50,6 +50,7 @@ def _git_ls_files_and_dirs(toplevel):
50
return _git_interpret_archive(proc.stdout, toplevel)
51
finally:
52
# ensure we avoid resource warnings by cleaning up the process
53
+ proc.stdout.close()
54
proc.terminate()
55
except Exception:
56
if proc.wait() != 0:
0 commit comments