mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
do not react to --clear flag
This commit is contained in:
@@ -510,11 +510,6 @@ def ensure_project(
|
||||
):
|
||||
"""Ensures both Pipfile and virtualenv exist for the project."""
|
||||
|
||||
# Clear the caches, if appropriate.
|
||||
if clear:
|
||||
print("clearing")
|
||||
sys.exit(1)
|
||||
|
||||
# Automatically use an activated virtualenv.
|
||||
if project.s.PIPENV_USE_SYSTEM:
|
||||
system = True
|
||||
|
||||
Reference in New Issue
Block a user