From 44d61f17fe8c04fc6046fe04a88a076a49ce6c2e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 2 Jan 2015 21:57:30 -0500 Subject: Also print a message here --- bootstrap.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.py') diff --git a/bootstrap.py b/bootstrap.py index 919594f7..60a1b88d 100644 --- a/bootstrap.py +++ b/bootstrap.py @@ -45,6 +45,7 @@ def build_egg_info(): def run_egg_info(): + print("Regenerating egg_info") subprocess.check_call([sys.executable, 'setup.py', 'egg_info']) -- cgit v1.2.1