cwctl.py
branchstable
changeset 4524 2eb36514ad6d
parent 4064 3b12e4192983
child 4525 956a0630abc8
--- 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