Remove a stray "break" that caused broken out-of-date output.

bzr-import-20160707
Colin Watson 11 years ago
parent 52ad167312
commit 1982bf4bd1

@ -1529,7 +1529,6 @@ class Britney(object):
maxver = pkgv maxver = pkgv
if maxver is not None and apt_pkg.version_compare(maxver, v) > 0: if maxver is not None and apt_pkg.version_compare(maxver, v) > 0:
maybe_nbs = "; NBS?" maybe_nbs = "; NBS?"
break
oodtxt = oodtxt + "%s (from <a href=\"https://launchpad.net/%s/+source/" \ oodtxt = oodtxt + "%s (from <a href=\"https://launchpad.net/%s/+source/" \
"%s/%s\" target=\"_blank\">%s</a>%s)" % \ "%s/%s\" target=\"_blank\">%s</a>%s)" % \
(", ".join(sorted(oodbins[v])), self.options.distribution, urllib.quote(src.split("/")[0]), urllib.quote(v), v, maybe_nbs) (", ".join(sorted(oodbins[v])), self.options.distribution, urllib.quote(src.split("/")[0]), urllib.quote(v), v, maybe_nbs)

Loading…
Cancel
Save