mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-30 03:41:30 +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()):
|
for (src, ver), pkgs in sorted(all.items()):
|
||||||
print(' %s (%s): %s' % (src, ver, ' '.join(sorted(pkgs))))
|
print(' %s (%s): %s' % (src, ver, ' '.join(sorted(pkgs))))
|
||||||
|
|
||||||
print
|
print()
|
||||||
|
|
||||||
def output_write(self, msg):
|
def output_write(self, msg):
|
||||||
"""Simple wrapper for output writing"""
|
"""Simple wrapper for output writing"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user