]> git.decadent.org.uk Git - dak.git/blobdiff - lisa
Adapt for default filename in utils.send_mail().
[dak.git] / lisa
diff --git a/lisa b/lisa
index b092dbe80a96810cdf71f9f7bba5f5e1346a9a1a..b065e6821154ff96b9d663aa552136ba6d24afb9 100755 (executable)
--- a/lisa
+++ b/lisa
@@ -2,7 +2,7 @@
 
 # Handles NEW and BYHAND packages
 # Copyright (C) 2001, 2002, 2003  James Troup <james@nocrew.org>
-# $Id: lisa,v 1.22 2003-03-05 15:57:41 troup Exp $
+# $Id: lisa,v 1.23 2003-03-14 19:06:02 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
@@ -42,7 +42,7 @@ import apt_pkg, apt_inst;
 import db_access, fernanda, katie, logging, utils;
 
 # Globals
-lisa_version = "$Revision: 1.22 $";
+lisa_version = "$Revision: 1.23 $";
 
 Cnf = None;
 Options = None;
@@ -613,7 +613,7 @@ def do_bxa_notification():
             summary += "Description: %s\n" % (control.Find("Description"));
     Katie.Subst["__BINARY_DESCRIPTIONS__"] = summary;
     bxa_mail = utils.TemplateSubst(Katie.Subst,Cnf["Dir::Templates"]+"/lisa.bxa_notification");
-    utils.send_mail(bxa_mail,"");
+    utils.send_mail(bxa_mail);
 
 ################################################################################