X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcruft_report.py;fp=dak%2Fcruft_report.py;h=21988dcd1d97aeb96c4a144b2df9ffb7183e2fa8;hb=b8140e33e1e147818effa5d88996a044049ad8f6;hp=08d336d4466ea41fcef987c49a9fa105006e8b45;hpb=af72c901d49515105812b8ef46ce98b55d4072ba;p=dak.git diff --git a/dak/cruft_report.py b/dak/cruft_report.py index 08d336d4..21988dcd 100755 --- a/dak/cruft_report.py +++ b/dak/cruft_report.py @@ -518,7 +518,8 @@ def main (): for i in [ "help" ]: if not cnf.has_key("Cruft-Report::Options::%s" % (i)): cnf["Cruft-Report::Options::%s" % (i)] = "" - cnf["Cruft-Report::Options::Suite"] = cnf["Dinstall::DefaultSuite"] + + cnf["Cruft-Report::Options::Suite"] = cnf.get("Dinstall::DefaultSuite", "unstable") if not cnf.has_key("Cruft-Report::Options::Mode"): cnf["Cruft-Report::Options::Mode"] = "daily"