From 0efa7e9fca195352f1e011c646dcf0df3446fe0c Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Wed, 19 Dec 2018 15:36:04 +0800 Subject: [PATCH] remove redundant branch --- pipenv/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pipenv/core.py b/pipenv/core.py index c6d76f1c..bd8c5fc1 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -624,7 +624,6 @@ def do_where(virtualenv=False, bare=True): # Shorten the virtual display of the path to the virtualenv. if not bare: location = shorten_path(location) - elif not bare: click.echo( "Pipfile found at {0}.\n Considering this to be the project home." "".format(crayons.green(location)),