From 1982bf4bd131169d1b9986c57919ddaebebfc498 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 19 Aug 2014 12:49:35 +0100 Subject: [PATCH] Remove a stray "break" that caused broken out-of-date output. --- britney.py | 1 - 1 file changed, 1 deletion(-) diff --git a/britney.py b/britney.py index a760a70..1f01087 100755 --- a/britney.py +++ b/britney.py @@ -1529,7 +1529,6 @@ class Britney(object): maxver = pkgv if maxver is not None and apt_pkg.version_compare(maxver, v) > 0: maybe_nbs = "; NBS?" - break oodtxt = oodtxt + "%s (from %s%s)" % \ (", ".join(sorted(oodbins[v])), self.options.distribution, urllib.quote(src.split("/")[0]), urllib.quote(v), v, maybe_nbs)