Modify ↓
Opened 20 years ago
Closed 20 years ago
#1368 closed defect (fixed)
Error accesing the Timeline ("name" not defined)
Reported by: | Juanma Barranquero | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | timeline | Version: | devel |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Using the cutting edge from HEAD, I get an error ("name" not defined) on accessing the timeline. Seems like this trivial typo:
-
trac/Timeline.py
219 219 files.append('<span class="diff-%s">%s</span>' 220 % (class_map.get(change, 'mod'), name))220 % (class_map.get(change, 'mod'), path)) 221 221 item['node_list'] = ', '.join(files) + ': '
Attachments (0)
Change History (2)
comment:1 by , 20 years ago
Milestone: | → 0.9 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Oops, my fault.