author | Nicolas Chauvat <nicolas.chauvat@logilab.fr> |
Sun, 22 Nov 2009 15:48:26 +0100 | |
branch | stable |
changeset 3893 | 74f216b69628 |
parent 3891 | b176f345c5b1 |
child 3896 | 85e9afa030a5 |
--- a/server/serverctl.py Fri Nov 20 23:43:49 2009 +0100 +++ b/server/serverctl.py Sun Nov 22 15:48:26 2009 +0100 @@ -329,7 +329,7 @@ cmd_run('db-init', config.appid) else: print ('-> nevermind, you can do it later with ' - '"cubicweb-ctl db-init %s".' % self.config.appid) + '"cubicweb-ctl db-init %s".' % config.appid) class InitInstanceCommand(Command):