Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Ticket #793 (defect)

Opened 2 months ago

Last modified 2 weeks ago

A small documentation bug (patch included)

Status: closed (fixed)

Reported by: adam at adamfine dot net Assigned to: rdelon
Priority: normal Milestone:
Component: CherryPy documentation Keywords:
Cc:

The bug is in the status.py tool here:

http://tools.cherrypy.org/browser/status/trunk/status.py

Here is the patch that fixes it:

--- status.orig.py      2007-05-04 20:06:14.000000000 +0000
+++ status.py   2008-03-05 20:15:29.000000000 +0000
@@ -6,7 +6,7 @@
 
 cherrypy.tools.status = status.StatusMonitor()
 cherrypy.config.update({"tools.status.on": True})
-cherrypy.tree.mount(Root(), '/cpstatus')
+cherrypy.tree.mount(status.Root(), '/cpstatus')
 """
 
 import threading

Change History

04/26/08 20:23:06: Modified by fumanchu

  • status changed from new to closed.
  • resolution set to fixed.

Hosted by WebFaction

Log in as guest/cpguest to create tickets