mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #3442 from kenyon/patch-2
core: nonexistent virtualenv warning msg: add missing space
This commit is contained in:
+1
-1
@@ -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`"),
|
||||
|
||||
Reference in New Issue
Block a user