Modify ↓
Ticket #675 (closed defect: fixed)
Opened 8 years ago
Last modified 8 years ago
source:trunk/trac/authzperm.py has a 'print' that results in error
| Reported by: | MishaS | Owned by: | jonas |
|---|---|---|---|
| Priority: | high | Milestone: | 0.8 |
| Component: | general | Version: | devel |
| Severity: | blocker | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
source:trunk/trac/authzperm.py file has a debug print, which actually results in the whole system breakage. It spits out several lines before any headers trac.cgi would send, as result http-server complains about script output.
Attachments
Change History
comment:1 Changed 8 years ago by jonas
- Milestone changed from 0.6.1 to 0.8
- Status changed from new to assigned
comment:2 Changed 8 years ago by jonas
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in [840], Thanks!
Note: See
TracTickets for help on using
tickets.



Good catch.