Ticket #848 (enhancement)
Opened 4 months ago
Last modified 2 months ago
"and root" should be "and root is not None"
Status: closed (fixed)
| Reported by: | prologic@shortcircuit.net.au | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
In line 175 of _cptree.py:
if script_name == "" and root should be if script_name == "" and root is not None
Change History
09/27/08 14:22:24: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.


Fixed in [2039].