mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-09 16:51:33 +00:00
Drop redundant "Apparently successful"-note
We already know the item is successful when we print it and the next line ("final:") will confirm it any way. Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
d7792657a7
commit
6d81e0b1fd
@ -2375,8 +2375,6 @@ class Britney(object):
|
|||||||
|
|
||||||
if better:
|
if better:
|
||||||
# Result accepted either by force or by being better than the original result.
|
# Result accepted either by force or by being better than the original result.
|
||||||
if recurse:
|
|
||||||
self.output_write("Apparently successful\n")
|
|
||||||
self.output_write("final: %s\n" % ",".join(sorted( x.uvname for x in selected )))
|
self.output_write("final: %s\n" % ",".join(sorted( x.uvname for x in selected )))
|
||||||
self.output_write("start: %s\n" % self.eval_nuninst(nuninst_start))
|
self.output_write("start: %s\n" % self.eval_nuninst(nuninst_start))
|
||||||
if not force:
|
if not force:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user