cwctl.py
branchstable
changeset 2104 b4ffcea3275b
parent 2032 8db8c21779bc
child 2156 fadb86b040a9
equal deleted inserted replaced
2102:268659907769 2104:b4ffcea3275b
   271         appid = pop_arg(args)
   271         appid = pop_arg(args)
   272         # get the configuration and helper
   272         # get the configuration and helper
   273         cwcfg.creating = True
   273         cwcfg.creating = True
   274         config = cwcfg.config_for(appid, configname)
   274         config = cwcfg.config_for(appid, configname)
   275         config.set_language = False
   275         config.set_language = False
   276         config.init_cubes(config.expand_cubes(cubes))
   276         cubes = config.expand_cubes(cubes)
       
   277         config.init_cubes(cubes)
   277         helper = self.config_helper(config)
   278         helper = self.config_helper(config)
   278         # check the cube exists
   279         # check the cube exists
   279         try:
   280         try:
   280             templdirs = [cwcfg.cube_dir(cube)
   281             templdirs = [cwcfg.cube_dir(cube)
   281                          for cube in cubes]
   282                          for cube in cubes]