Modify

Opened 28 hours ago

Last modified 26 hours ago

#14391 new defect

object of type 'filter' has no len()

Reported by: Neil Parry Owned by: matobaa
Priority: normal Component: StatusHistoryChartMacro
Severity: normal Keywords:
Cc: Trac Release: 1.6

Description (last modified by Ryan J Ollos)

Whenever I try to a status history chart I get the above error

I'm using Python 3.14 and had to make some changes to: statushistorychart.py: re_param = recompile("\$[a-zA-Z]+" ) -> recompile(r"\$[a-zA-Z]+") And similar changes web-ui.py. I thought this would fix this but always get the same result with any reports

Attachments (1)

t14391.diff (3.3 KB) - added by Jun Omae 26 hours ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 27 hours ago by Ryan J Ollos

Description: modified (diff)

Changed 26 hours ago by Jun Omae

Attachment: t14391.diff added

comment:2 Changed 26 hours ago by Jun Omae

I just created patch for Trac 1.6 and Python 3. Please try t14391.diff.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain matobaa.

Add Comment


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

 
Note: See TracTickets for help on using tickets.