[c-c create] argument inversed accidentally stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 25 Aug 2010 11:23:22 +0200
branchstable
changeset 6144 40af8e328e64
parent 6143 d7d2edf70011
child 6145 528be1e059aa
[c-c create] argument inversed accidentally
cwctl.py
--- a/cwctl.py	Wed Aug 25 11:22:47 2010 +0200
+++ b/cwctl.py	Wed Aug 25 11:23:22 2010 +0200
@@ -329,7 +329,7 @@
         """run the command with its specific arguments"""
         from logilab.common.textutils import splitstrip
         configname = self.config.config
-        appid, cubes = args
+        cubes, appid = args
         cubes = splitstrip(cubes)
         # get the configuration and helper
         config = cwcfg.config_for(appid, configname)