cwctl.py
changeset 2633 bc9386c3b2c9
parent 2615 1ea41b7c0836
child 2654 6512522860aa
equal deleted inserted replaced
2632:920bfaff60a4 2633:bc9386c3b2c9
   263          ),
   263          ),
   264         )
   264         )
   265 
   265 
   266     def run(self, args):
   266     def run(self, args):
   267         """run the command with its specific arguments"""
   267         """run the command with its specific arguments"""
   268         from logilab.common.textutils import get_csv
   268         from logilab.common.textutils import splitstrip
   269         configname = self.config.config
   269         configname = self.config.config
   270         cubes = get_csv(pop_arg(args, 1))
   270         cubes = splitstrip(pop_arg(args, 1))
   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