--- 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