diff --git a/britney.py b/britney.py index 254831d..021438f 100755 --- a/britney.py +++ b/britney.py @@ -1529,7 +1529,7 @@ class Britney(object): if new_bugs: excuse.addhtml("%s has new bugs!" % (src, quote(src))) excuse.addhtml("Updating %s introduces new bugs: %s" % (src, ", ".join( ["#%s" % (quote(a), a) for a in new_bugs])))