merge stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 07 May 2010 16:50:09 +0200
branchstable
changeset 5501 1af69779f597
parent 5498 eab5540d96eb (diff)
parent 5500 55a40cc0ab9a (current diff)
child 5502 c342531032a1
merge
--- a/cwctl.py	Fri May 07 15:25:09 2010 +0200
+++ b/cwctl.py	Fri May 07 16:50:09 2010 +0200
@@ -285,7 +285,7 @@
                     print 'is not installed, but required by %s' % ' '.join(cfgpb.reverse_constraints[cube])
                 else:
                     print '* cube %s version %s is installed, but version %s is required by (%s)' % (
-                        cube, cfgpb.cubes[cube].version, version, ', '.join(cfgpb.reverse_constraints[cube]))
+                        cube, cfgpb.cubes[cube], version, ', '.join(cfgpb.reverse_constraints[cube]))
 
 class CreateInstanceCommand(Command):
     """Create an instance from a cube. This is an unified