# HG changeset patch # User Adrien Di Mascio # Date 1265699789 -3600 # Node ID 956a0630abc89b48181b4c8c7ce77c42a31376cf # Parent e7ac20bf3629b48f84bc7225aca920a030612eb1# Parent 2eb36514ad6d3ee53760883727fca945ad8b396f backport stable branch diff -r e7ac20bf3629 -r 956a0630abc8 cwctl.py --- a/cwctl.py Mon Feb 08 22:41:07 2010 +0100 +++ b/cwctl.py Tue Feb 09 08:16:29 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