Charles Farinella wrote:
Hi,One of our developers entered a bug in Trac, and now whenever we try to access the ticket list it errors out on us. I'm fairly new to Trac and really don't know quite how to proceed. The following is from the logfile, and any pointers would be greatly appreciated. =============================================================== ... lambda x, y, z: self._format_link(x, 'ticket', y[1:], y)) File "/usr/lib/python2.3/site-packages/trac/ticket/api.py", line 159, in _format_link (target,))
This kind of error was fixed in trunk some months ago. You can have a look at how the corresponding _format_link code looks like in trunk [1] and adapt it to your own copy. Alternatively, upgrade to latest trunk, which is quite stable. -- Christian [1] http://trac.edgewall.org/browser/trunk/trac/ticket/api.py#L210
_______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
