[Collab-qa-commits] r1238 - udd/udd

lucas at alioth.debian.org lucas at alioth.debian.org
Mon Sep 8 07:07:05 UTC 2008


Author: lucas
Date: 2008-09-08 07:07:04 +0000 (Mon, 08 Sep 2008)
New Revision: 1238

Modified:
   udd/udd/upload_history_gatherer.py
Log:
dont display anything if no error

Modified: udd/udd/upload_history_gatherer.py
===================================================================
--- udd/udd/upload_history_gatherer.py	2008-09-08 07:06:00 UTC (rev 1237)
+++ udd/udd/upload_history_gatherer.py	2008-09-08 07:07:04 UTC (rev 1238)
@@ -42,7 +42,7 @@
 
     id = 0
     for name in glob(path + '/debian-devel-*'):
-      print name
+      # print name
       f = None
       if name.endswith(".gz"):
 	f = gzip.open(name)




More information about the Collab-qa-commits mailing list