# HG changeset patch # User Sylvain Thénault # Date 1282728202 -7200 # Node ID 40af8e328e64a678e99a84fe082dcdaab632883f # Parent d7d2edf7001189e75de0d82eca38d604829cf03f [c-c create] argument inversed accidentally diff -r d7d2edf70011 -r 40af8e328e64 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)