Modify ↓
Opened 20 years ago
Closed 20 years ago
#675 closed defect (fixed)
source:trunk/trac/authzperm.py has a 'print' that results in error
Reported by: | MishaS | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | high | Milestone: | 0.8 |
Component: | general | Version: | devel |
Severity: | blocker | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
Note:
See TracTickets
for help on using tickets.
Good catch.