From 3481e09aae43103b7b30bf198775f86e4b2ec62b Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Tue, 9 Nov 2021 10:51:59 +0800 Subject: [PATCH] do not react to `--clear` flag --- pipenv/core.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pipenv/core.py b/pipenv/core.py index 38929b83..368f0a26 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -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