X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=jenna;h=8475612e113988fd5b3647fa444330fe327db179;hb=68431a39b0b2d6fe1bb763a9b688bc36bd21de69;hp=69ca6e07d0c2ea8f934358a0870e1886ca115999;hpb=c846e77a848d60dd115f00faa0d9a854161d99eb;p=dak.git diff --git a/jenna b/jenna index 69ca6e07..8475612e 100755 --- a/jenna +++ b/jenna @@ -2,7 +2,7 @@ # Generate file lists used by apt-ftparchive to generate Packages and Sources files # Copyright (C) 2000, 2001, 2002 James Troup -# $Id: jenna,v 1.21 2002-10-16 02:47:32 troup Exp $ +# $Id: jenna,v 1.23 2002-11-26 15:49:16 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 @@ -417,7 +417,7 @@ def main(): projectB = pg.connect(Cnf["DB::Name"], Cnf["DB::Host"], int(Cnf["DB::Port"])); db_access.init(Cnf, projectB); Logger = logging.Logger(Cnf, "jenna"); - do_da_do_da(); + utils.try_with_debug(do_da_do_da); Logger.close(); #########################################################################################