From 28e0baf55ddc8d8d41b523c6fd798ecea2c377a2 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 8 Oct 2012 16:57:01 -0700 Subject: [PATCH] PKG: Print something when bento check passes. --- check_bento_build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/check_bento_build.py b/check_bento_build.py index d085b3ba..108b0aad 100644 --- a/check_bento_build.py +++ b/check_bento_build.py @@ -69,7 +69,8 @@ def print_results(cy_bento, cy_setup): print(text) print('-' * len(text)) - print # blank line; just for aesthetics + print "Bento errors:" + print "-------------" if cy_bento: info("The following extensions in 'bento.info' were not found:")