remove redundant branch

This commit is contained in:
Frost Ming
2018-12-19 15:36:04 +08:00
parent c17f36f9b2
commit 0efa7e9fca
-1
View File
@@ -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)),