Modify

Opened 16 years ago

Closed 16 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)

Change History (1)

comment:1 Changed 16 years ago by Noah Kantrowitz

Resolution: worksforme
Status: newclosed

I do not see this error.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.