output cleanups

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-11 22:25:39 -04:00
parent 2e3ca70b65
commit c292fadefa
+1 -1
View File
@@ -311,7 +311,7 @@ def do_where(virtualenv=False, bare=True):
''.format(crayons.green('`pipenv install`')), err=True)
elif not bare:
click.echo(
'Pipfile found at {0}. Considering this to be the project home.'
'Pipfile found at {0}.\n Considering this to be the project home.'
''.format(crayons.green(location)), err=True)
else:
click.echo(location)