merge
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 09 Feb 2010 18:49:12 +0100
changeset 4526 75dff36ff7a3
parent 4523 d8127c2bd6b5 (current diff)
parent 4525 956a0630abc8 (diff)
child 4527 67ab70e98488
merge
--- 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