Commit ad6bb031 authored by Vinay Sajip's avatar Vinay Sajip

Issue #18434: Updated example script to tidy up resources.

parent 8c7dde3b
......@@ -262,6 +262,7 @@ subclass which installs setuptools and pip into a created venv::
else:
sys.stderr.write(s.decode('utf-8'))
sys.stderr.flush()
stream.close()
def install_script(self, context, name, url):
_, _, path, _, _, _ = urlparse(url)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment