ewrongattribute stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 16 Sep 2010 16:49:13 +0200
branchstable
changeset 6269 2220fa621455
parent 6268 05a855ffb65d
child 6278 7bbdc3b6e9ef
ewrongattribute
etwist/service.py
--- a/etwist/service.py	Thu Sep 16 16:42:58 2010 +0200
+++ b/etwist/service.py	Thu Sep 16 16:49:13 2010 +0200
@@ -72,7 +72,7 @@
             # create the site
             config = cwcfg.config_for(self.instance)
             config.init_log(force=True)
-            config.debug = False
+            config.debugmode = False
             logger.info('starting cubicweb instance %s ', self.instance)
             root_resource = CubicWebRootResource(config)
             website = server.Site(root_resource)