Modify ↓
Opened 19 years ago
Closed 18 years ago
#297 closed defect (fixed)
tractabs.py: idx undefined at line 84
Reported by: | kskuhlman | Owned by: | Russ Tyndall |
---|---|---|---|
Priority: | normal | Component: | TracTabPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
Had to add the following line to get TracTabPlugin 0.1 to work: (added at line 83)
idx = self.names.index(name)
Otherwise, works great! Thanks!
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I have no idea if this was fixed or not, not even sure I saw this ticket when it was submitted many moons ago.
It is now fixed hopefully, I at least incorporated your much saner way of finding things in a list. I knew that python HAD to have that function, but for the life of me couldn't find it at the time.
Thanks,
Russ
Note: See
TracTickets for help on using
tickets.
Forgot to add that this was installed from the zipfile. I did not check the code in truck.