Modify ↓
Opened 17 years ago
Closed 17 years ago
#2194 closed defect (worksforme)
exceptin in log file: issubclass() arg 1 must be a class
Reported by: | rupert thurner | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | PermRedirectPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
we get always the following exception but it anyway seems to work:
Traceback (most recent call last): File "/opt/csw/lib/python/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/opt/csw/lib/python/site-packages/trac/web/main.py", line 246, in dispatch self._post_process_request(req) File "/opt/csw/lib/python/site-packages/trac/web/main.py", line 269, in _post_process_request content_type) File "/opt/csw/lib/python/site-packages/TracPermRedirect-1.0.1-py2.5.egg/permredirect/filter.py", line 30, in post_process_request (issubclass(exctype, PermissionError) or \ TypeError: issubclass() arg 1 must be a class
Attachments (0)
Note: See
TracTickets for help on using
tickets.
I do not see this error.