equal
deleted
inserted
replaced
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] |