cwctl.py
changeset 4525 956a0630abc8
parent 4352 afe1f9bc308a
parent 4524 2eb36514ad6d
child 4609 169ca2904322
--- 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