fix missing argument

This commit is contained in:
Frost Ming
2021-07-30 12:35:13 +08:00
parent 6a221cf732
commit 0deb9ed54d
+1 -1
View File
@@ -465,7 +465,7 @@ def ensure_virtualenv(project, three=None, python=None, site_packages=None, pypi
)
sys.exit(1)
do_create_virtualenv(
python=python, site_packages=site_packages, pypi_mirror=pypi_mirror
project, python=python, site_packages=site_packages, pypi_mirror=pypi_mirror
)
except KeyboardInterrupt:
# If interrupted, cleanup the virtualenv.