[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Fixxor it, no longer print suites



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/check_overrides.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dak/check_overrides.py b/dak/check_overrides.py
index bca0c66..75ba5a0 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)
 
-- 
1.5.6.5


Reply to: