From 18fe121d506c45e61a582b8c95280b632c811ae6 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Sun, 13 Jan 2019 20:11:46 -0800 Subject: [PATCH] core: nonexistent virtualenv warning msg: add missing space --- pipenv/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/core.py b/pipenv/core.py index 4fb7939e..b49ae1e9 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -2491,7 +2491,7 @@ def do_graph(bare=False, json=False, json_tree=False, reverse=False): if not project.virtualenv_exists: click.echo( u"{0}: No virtualenv has been created for this project yet! Consider " - u"running {1} first to automatically generate one for you or see" + u"running {1} first to automatically generate one for you or see " u"{2} for further instructions.".format( crayons.red("Warning", bold=True), crayons.green("`pipenv install`"),