aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/gentoolkit/equery/check.py')
-rw-r--r--pym/gentoolkit/equery/check.py1
1 files changed, 1 insertions, 0 deletions
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)