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 )
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)
Change History (3)
comment:1 Changed 27 hours ago by
| Description: | modified (diff) |
|---|
Changed 26 hours ago by
| Attachment: | t14391.diff added |
|---|
comment:2 Changed 26 hours ago by
Note: See
TracTickets for help on using
tickets.



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