mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
remove redundant branch
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user