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