Modify

Opened 2 months ago

Last modified 2 months 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 2 months ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 2 months ago by Ryan J Ollos

Description: modified (diff)

Changed 2 months ago by Jun Omae

Attachment: t14391.diff added

comment:2 Changed 2 months 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.