On Thu, 2006-07-27 at 11:14, Christian Boos wrote: > > =============================================================== > > ... > > 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
Thanks very much. We removed the offending entry in the database for now, but would very much like to fix it permanently. --charlie > [1] http://trac.edgewall.org/browser/trunk/trac/ticket/api.py#L210 > > > > > > > > _______________________________________________ > Trac mailing list > [email protected] > http://lists.edgewall.com/mailman/listinfo/trac -- Charles Farinella Appropriate Solutions, Inc. (www.AppropriateSolutions.com) [EMAIL PROTECTED] 603.924.6079 _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
