# HG changeset patch # User Adrien Di Mascio # Date 1265737752 -3600 # Node ID 75dff36ff7a30fbc53f464bcc1518cf7001f925b # Parent d8127c2bd6b5d90153b4edf8f17300bbaf8720dd# Parent 956a0630abc89b48181b4c8c7ce77c42a31376cf merge diff -r d8127c2bd6b5 -r 75dff36ff7a3 cwctl.py --- a/cwctl.py Tue Feb 09 16:20:45 2010 +0100 +++ b/cwctl.py Tue Feb 09 18:49:12 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