repair service mode start on windows stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 16 Sep 2010 16:38:19 +0200
branchstable
changeset 6267 c50c397173db
parent 6266 de588e756f4f
child 6268 05a855ffb65d
repair service mode start on windows
etwist/service.py
--- a/etwist/service.py	Thu Sep 16 15:42:34 2010 +0200
+++ b/etwist/service.py	Thu Sep 16 16:38:19 2010 +0200
@@ -73,7 +73,7 @@
             config = cwcfg.config_for(self.instance)
             config.init_log(force=True)
             logger.info('starting cubicweb instance %s ', self.instance)
-            root_resource = CubicWebRootResource(config, False)
+            root_resource = CubicWebRootResource(config)
             website = server.Site(root_resource)
             # serve it via standard HTTP on port set in the configuration
             port = config['port'] or 8080