From d1d7bb27b01d24f4d141b4db6de2128f824f2a44 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 10 Dec 2014 12:44:23 +0000 Subject: [PATCH] remove vestige of maybe_nbs --- britney.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/britney.py b/britney.py index 243298f..8bfc665 100755 --- a/britney.py +++ b/britney.py @@ -1562,8 +1562,8 @@ class Britney(object): for v in oodbins.keys(): if oodtxt: oodtxt = oodtxt + "; " oodtxt = oodtxt + "%s (from %s%s)" % \ - (", ".join(sorted(oodbins[v])), self.options.distribution, urllib.quote(src.split("/")[0]), urllib.quote(v), v, maybe_nbs) + "%s/%s\" target=\"_blank\">%s)" % \ + (", ".join(sorted(oodbins[v])), self.options.distribution, urllib.quote(src.split("/")[0]), urllib.quote(v), v) if uptodatebins: text = "old binaries left on %s: %s" % \