From e12d3c61f4b517e6cdb869e6001cf748a396365d Mon Sep 17 00:00:00 2001 From: James Troup Date: Wed, 8 May 2002 11:13:30 +0000 Subject: [PATCH] FindB, not FindI --- rhona | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rhona b/rhona index 83f3da44..7033a23e 100755 --- a/rhona +++ b/rhona @@ -1,8 +1,8 @@ #!/usr/bin/env python # rhona, cleans up unassociated binary and source packages -# Copyright (C) 2000, 2001 James Troup -# $Id: rhona,v 1.22 2002-04-24 01:56:24 troup Exp $ +# Copyright (C) 2000, 2001, 2002 James Troup +# $Id: rhona,v 1.23 2002-05-08 11:13:30 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 @@ -288,7 +288,7 @@ SELECT f.id FROM fingerprint f def clean_accepted_autobuild(): global now_date; - if not Cnf.get("Dinstall::SpecialAcceptedAutoBuild") or Options["No-Action"]: + if not Cnf.FindB("Dinstall::SpecialAcceptedAutoBuild") or Options["No-Action"]: return; print "Cleaning out accepted autobuild symlinks..." -- 2.39.2