remove vestige of maybe_nbs

bzr-import-20160707
Colin Watson 10 years ago
parent c1ad351f9a
commit d1d7bb27b0

@ -1562,8 +1562,8 @@ class Britney(object):
for v in oodbins.keys():
if oodtxt: oodtxt = oodtxt + "; "
oodtxt = oodtxt + "%s (from <a href=\"https://launchpad.net/%s/+source/" \
"%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)
"%s/%s\" target=\"_blank\">%s</a>)" % \
(", ".join(sorted(oodbins[v])), self.options.distribution, urllib.quote(src.split("/")[0]), urllib.quote(v), v)
if uptodatebins:
text = "old binaries left on <a href=\"https://launchpad.net/%s/+source/" \
"%s/%s\" target=\"_blank\">%s</a>: %s" % \

Loading…
Cancel
Save