diff -r dd9f2dd02f85 -r 0e3460341023 cwctl.py --- a/cwctl.py Tue Aug 18 09:25:44 2009 +0200 +++ b/cwctl.py Fri Aug 21 16:26:20 2009 +0200 @@ -723,6 +723,7 @@ 'help': 'don\'t check instance is up to date.'} ), ) + def run(self, args): appid = pop_arg(args, 99, msg="No instance specified !") config = cwcfg.config_for(appid)