X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcheck_overrides.py;h=75ba5a0e2171b880cc412108f2abf1b0869d9eba;hb=39cdc8cc1607dbacfcdbf8182e3a024c05737fe4;hp=bca0c66223cfa55c2806ffd5af10112802f0dfdf;hpb=cac9d5c910d0c145c868df431654c32ef927ae3a;p=dak.git 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)