From 35132cb5822d4209cec0272ccc875a45bf830cf8 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sat, 22 Dec 2012 12:09:09 -0800 Subject: Add a blank line between pkgs in a query, bug 448190 --- pym/gentoolkit/equery/check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/gentoolkit/equery/check.py b/pym/gentoolkit/equery/check.py index e903355..77042f8 100644 --- a/pym/gentoolkit/equery/check.py +++ b/pym/gentoolkit/equery/check.py @@ -228,6 +228,7 @@ def checks_printer(cpv, data, verbose=True, only_failures=False): n_checked = pp.number(str(n_checked)) info = " %(n_passed)s out of %(n_checked)s files passed" print(info % locals()) + print() else: print("failed(%s)" % n_failed) -- cgit v1.2.3