diff --git a/britney.py b/britney.py index 5e2efaa..8cc6b70 100755 --- a/britney.py +++ b/britney.py @@ -2926,7 +2926,7 @@ class Britney(object): for (src, ver), pkgs in sorted(all.items()): print(' %s (%s): %s' % (src, ver, ' '.join(sorted(pkgs)))) - print + print() def output_write(self, msg): """Simple wrapper for output writing"""