[Piuparts-commits] rev 755 - trunk

Holger Levsen holger at alioth.debian.org
Sat Nov 13 15:19:51 UTC 2010


Author: holger
Date: 2010-11-13 15:19:45 +0000 (Sat, 13 Nov 2010)
New Revision: 755

Modified:
   trunk/piuparts-master.py
Log:
fix syntax

Modified: trunk/piuparts-master.py
===================================================================
--- trunk/piuparts-master.py	2010-11-13 13:14:01 UTC (rev 754)
+++ trunk/piuparts-master.py	2010-11-13 15:19:45 UTC (rev 755)
@@ -204,7 +204,8 @@
           known_circular_depends.append(kcd)
           logging.debug("circular depends: " + kcd)
 
-        logging.debug("circular depends: " + known_circular_depends)
+        logging.debug("circular depends: " + join(["%s " % kcd for kcd in known_circular_depends]))
+
         m = Master(sys.stdin, sys.stdout, packages_file, known_circular_depends, section=section)
         packages_file.close()
         while m.do_transaction():




More information about the Piuparts-commits mailing list