# HG changeset patch # User Adrien Di Mascio # Date 1265699720 -3600 # Node ID 2eb36514ad6d3ee53760883727fca945ad8b396f # Parent a82af6b000f21b9dff8a3d4a41f565d872657bcd [cw-shell] do not set arbitrary limit on number of arguments diff -r a82af6b000f2 -r 2eb36514ad6d cwctl.py --- a/cwctl.py Mon Feb 08 15:28:34 2010 +0100 +++ b/cwctl.py Tue Feb 09 08:15:20 2010 +0100 @@ -763,7 +763,7 @@ ) def run(self, args): - appid = pop_arg(args, 99, msg="No instance specified !") + appid = pop_arg(args, None, msg="No instance specified !") if self.config.pyro: from cubicweb import AuthenticationError from cubicweb.dbapi import connect