Backtrace includes format_stack() line
Bug #891989 reported by Sidnei da Silva
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Timeline | Fix Released | Low | Robert Collins | ||
Bug Description
The frame that includes the start() function from timeline should be omitted when saving a backtrace, since it's redundant. We only care about the backtrace up to the line right before it.
Related branches
lp:~lifeless/python-timeline/bug-891989
- Steve Kowalik (community): Approve (code)
- Diff: 70 lines (+16/-1)3 files modifiedNEWS (+3/-0)
timeline/tests/test_timeline.py (+3/-0)
timeline/timeline.py (+10/-1)
| Changed in python-timeline: | |
| status: | New → Triaged |
| importance: | Undecided → Low |
| tags: | added: trivial |
| summary: | - Backtrace should not include format_stack line + Backtrace includes format_stack() line |
| Changed in python-timeline: | |
| assignee: | nobody → Robert Collins (lifeless) |
| status: | Triaged → Fix Released |
To post a comment you must log in.