diff options
| author | Brian Dolbec <dolsen@gentoo.org> | 2012-12-22 12:09:09 -0800 |
|---|---|---|
| committer | Brian Dolbec <dolsen@gentoo.org> | 2012-12-22 12:09:09 -0800 |
| commit | 35132cb5822d4209cec0272ccc875a45bf830cf8 (patch) | |
| tree | da49112c8ddb364e6be0466c528451fc1170a9b5 | |
| parent | e3abb5ee8493c88a52c83333ff2e798babdbd992 (diff) | |
| download | gentoolkit-35132cb5822d4209cec0272ccc875a45bf830cf8.tar.gz | |
Add a blank line between pkgs in a query, bug 448190
| -rw-r--r-- | pym/gentoolkit/equery/check.py | 1 |
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) |
