mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-13 20:31:12 +00:00
britney.py: Fix statement without an effect
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
7c5fdc8aca
commit
f3a8181bda
@ -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"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user