Fix click formatting

This commit is contained in:
Dan Ryan
2017-11-20 13:32:15 -05:00
parent e2730d70a1
commit ced0a15c53
+2 -3
View File
@@ -2249,9 +2249,8 @@ def run(command, args, three=None, python=False):
if not project.virtualenv_exists:
click.echo(
crayons.red(
u'{0}'.format(crayons.bold(
'This project has no virtualenv yet! Use $ pipenv install, for example, to create one.'
))
u'This project has no virtualenv yet! Use $ pipenv install, for example, to create one.',
bold=True
),
err=True
)