# HG changeset patch # User Alexandre Fayolle # Date 1273243809 -7200 # Node ID 1af69779f5979c1626160503e50b945cac51d439 # Parent eab5540d96ebb8c222b9949d19d6e2c174c76317# Parent 55a40cc0ab9a71dfad57671c2fd8c40a947d83a1 merge diff -r 55a40cc0ab9a -r 1af69779f597 cwctl.py --- 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