[Piuparts-commits] rev 764 - trunk

Holger Levsen holger at alioth.debian.org
Sat Nov 13 20:02:31 UTC 2010


Author: holger
Date: 2010-11-13 20:02:30 +0000 (Sat, 13 Nov 2010)
New Revision: 764

Modified:
   trunk/piuparts-master.py
Log:
this shouldnt work

Modified: trunk/piuparts-master.py
===================================================================
--- trunk/piuparts-master.py	2010-11-13 19:36:30 UTC (rev 763)
+++ trunk/piuparts-master.py	2010-11-13 20:02:30 UTC (rev 764)
@@ -204,7 +204,7 @@
 
         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)
+        m = Master(sys.stdin, sys.stdout, packages_file, known_circular_depends=known_circular_depends, section=section)
         packages_file.close()
         while m.do_transaction():
             pass




More information about the Piuparts-commits mailing list