Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5320 closed defect (wontfix)

Drqueue downloads

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

http://drqueue.org/project/downloads

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/tracdown/tracdown.py", line 124, in process_request
    for file in self.listfiles(path, category, sort, order=order):
  File "build/bdist.linux-i686/egg/tracdown/tracdown.py", line 93, in listfiles
    names.sort(lambda x, y: os.path.getmtime(os.sep.join([root, category, x])) - os.path.getmtime(os.sep.join([root, category, y])))
TypeError: comparison function must return int

Attachments (0)

Change History (1)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed

This is a plugin error. Please report this error to the plugin maintainer, see th:wiki:TracDownPlugin

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.