X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=katie.py;h=55e49e08f00e446c1a28c58f8e90cff65c61a538;hb=a29673e49824a6c0838df50ab64ac08cf32852d8;hp=8f76c7d513753b1376089146a587fb04c799fc7d;hpb=6cc79b7b093af0c68c9d80c61d5aa7cfe72c9188;p=dak.git diff --git a/katie.py b/katie.py index 8f76c7d5..55e49e08 100644 --- a/katie.py +++ b/katie.py @@ -2,7 +2,7 @@ # Utility functions for katie # Copyright (C) 2001, 2002, 2003 James Troup -# $Id: katie.py,v 1.38 2003-08-18 15:04:17 ajt Exp $ +# $Id: katie.py,v 1.40 2003-09-17 23:36:17 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -325,8 +325,8 @@ distribution."""; Subst["__STABLE_WARNING__"] = ""; mail_message = utils.TemplateSubst(Subst,Cnf["Dir::Templates"]+"/jennifer.bug-close"); utils.send_mail (mail_message); - if action: - self.Logger.log(["closing bugs"]+bugs); + if action: + self.Logger.log(["closing bugs"]+bugs); else: # NMU summary += "Setting bugs to severity fixed: "; @@ -764,7 +764,7 @@ SELECT b.id FROM binaries b, architecture a files[file]["version"], files[file]["architecture"])) if q.getresult(): - self.reject("can not overwrite existing copy of '%s' already in the archive." % (file)); + self.reject("%s: can not overwrite existing copy already in the archive." % (file)); return self.reject_message;