cwctl.py
branchstable
changeset 6144 40af8e328e64
parent 6138 65f5e488f983
child 6145 528be1e059aa
equal deleted inserted replaced
6143:d7d2edf70011 6144:40af8e328e64
   327 
   327 
   328     def run(self, args):
   328     def run(self, args):
   329         """run the command with its specific arguments"""
   329         """run the command with its specific arguments"""
   330         from logilab.common.textutils import splitstrip
   330         from logilab.common.textutils import splitstrip
   331         configname = self.config.config
   331         configname = self.config.config
   332         appid, cubes = args
   332         cubes, appid = args
   333         cubes = splitstrip(cubes)
   333         cubes = splitstrip(cubes)
   334         # get the configuration and helper
   334         # get the configuration and helper
   335         config = cwcfg.config_for(appid, configname)
   335         config = cwcfg.config_for(appid, configname)
   336         config.set_language = False
   336         config.set_language = False
   337         cubes = config.expand_cubes(cubes)
   337         cubes = config.expand_cubes(cubes)