X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fclean_suites.py;h=7537eb127e1d107023428d0b1c7b7378e5ea0ee2;hb=f96dff8bac6b5d13eceb2bf1bbe59d5998a27cce;hp=cc2b7368ffc2569ccb3df1ada4cd235d32128b18;hpb=e075a607030d0b05137ae4904ab304b8ead2711d;p=dak.git diff --git a/dak/clean_suites.py b/dak/clean_suites.py index cc2b7368..7537eb12 100755 --- a/dak/clean_suites.py +++ b/dak/clean_suites.py @@ -211,6 +211,7 @@ def clean(): query += " LIMIT %d" % maximum sys.stdout.write("Limiting removals to %d" % Cnf["Clean-Suites::Options::Maximum"]) + q=projectB.query(query) for i in q.getresult(): filename = i[0] + i[1] if not os.path.exists(filename):