From d55a65a7b6eded6da3df4528daef7d2fc1abc818 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 9 Sep 2017 10:49:29 -0400 Subject: [PATCH] breathing room Signed-off-by: Kenneth Reitz --- pipenv/cli.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pipenv/cli.py b/pipenv/cli.py index 34ec34a6..c91669b2 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -898,8 +898,12 @@ def cli( ): if jumbotron: + # Awesome sauce. print(xyzzy) + # Breathing room. + print() + if not update: # Spun off in background thread, not unlike magic. check_for_updates()