# HG changeset patch # User Sylvain Thénault # Date 1244817092 -7200 # Node ID b4ffcea3275ba8b63d0b539b4107851e17e34b98 # Parent 2686599077694295afa477a53b87a353196f711e change cubes into expanded cubes diff -r 268659907769 -r b4ffcea3275b cwctl.py --- a/cwctl.py Thu Jun 11 19:10:30 2009 +0200 +++ b/cwctl.py Fri Jun 12 16:31:32 2009 +0200 @@ -273,7 +273,8 @@ cwcfg.creating = True config = cwcfg.config_for(appid, configname) config.set_language = False - config.init_cubes(config.expand_cubes(cubes)) + cubes = config.expand_cubes(cubes) + config.init_cubes(cubes) helper = self.config_helper(config) # check the cube exists try: