X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=katie.py;h=8c31a2dd556a714c138515eb23d584593887be1b;hb=486e1606fd4bf286f5fe3c696a1aba7d623a84a5;hp=7a0f8210818eab44beff62ad420add5166cd7f5f;hpb=772de8d8353f8b7ecb3684a4e7370b47564d1b4f;p=dak.git diff --git a/katie.py b/katie.py index 7a0f8210..8c31a2dd 100644 --- a/katie.py +++ b/katie.py @@ -2,7 +2,7 @@ # Utility functions for katie # Copyright (C) 2001, 2002 James Troup -# $Id: katie.py,v 1.24 2002-06-08 00:19:55 troup Exp $ +# $Id: katie.py,v 1.25 2002-07-12 14:59:08 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 @@ -356,7 +356,7 @@ distribution."""; mail_message = utils.TemplateSubst(Subst,Cnf["Dir::Templates"]+"/jennifer.announce"); utils.send_mail (mail_message, ""); - if Cnf.get("Dinstall::CloseBugs"): + if Cnf.FindB("Dinstall::CloseBugs"): summary = self.close_bugs(summary, action); return summary;