From 62d4f1c689acda0e1efeb3e571e519453bb4eb24 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 19 Sep 2010 16:04:55 +0200 Subject: [PATCH] Fixxor it, no longer print suites Signed-off-by: Joerg Jaspert --- dak/check_overrides.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2