From: Joerg Jaspert Date: Sun, 19 Sep 2010 14:04:55 +0000 (+0200) Subject: Fixxor it, no longer print suites X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=62d4f1c689acda0e1efeb3e571e519453bb4eb24;p=dak.git Fixxor it, no longer print suites Signed-off-by: Joerg Jaspert --- diff --git a/dak/check_overrides.py b/dak/check_overrides.py index bca0c662..75ba5a0e 100755 --- a/dak/check_overrides.py +++ b/dak/check_overrides.py @@ -368,8 +368,8 @@ def main (): otypes.remove("dsc") otypes = ["dsc"] + otypes for otype in otypes: - print "Processing %s [%s - %s] using %s..." \ - % (osuite, component, otype, suites) + print "Processing %s [%s - %s]" \ + % (osuite, component, otype) sys.stdout.flush() process(osuite, suiteids, originosuite, component, otype, session)