cwctl.py
changeset 5508 6718ba5db0eb
parent 5442 3ed8afbbdf70
parent 5498 eab5540d96eb
child 5627 a7e40cccdc9b
--- a/cwctl.py	Thu May 06 14:29:07 2010 +0200
+++ b/cwctl.py	Mon May 10 16:59:32 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