# HG changeset patch # User Nicolas Chauvat # Date 1258901306 -3600 # Node ID 74f216b69628ae47f6a0aaed8cbb28848c7808cf # Parent b176f345c5b163475a1b8a152a13271ad65fd18b fix buglet diff -r b176f345c5b1 -r 74f216b69628 server/serverctl.py --- 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):