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:")