summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexts/pip.find_deps5
1 files changed, 1 insertions, 4 deletions
diff --git a/exts/pip.find_deps b/exts/pip.find_deps
index 5394f03..b59a1fc 100755
--- a/exts/pip.find_deps
+++ b/exts/pip.find_deps
@@ -260,10 +260,7 @@ def find_runtime_deps(source, name, version=None):
logging.debug(line.rstrip())
- p.wait() # even with eof, wait
-
- p.stderr.close()
- p.stdout.close()
+ p.wait() # even with eof on both streams, we still wait
logging.debug('pip exited with code: %d' % p.returncode)