~ubuntu-branches/debian/sid/guake/sid

« back to all changes in this revision

Viewing changes to src/tests/python-backtrace.trace

  • Committer: Package Import Robot
  • Author(s): Daniel Echeverry
  • Date: 2015-04-26 19:15:06 UTC
  • mfrom: (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: package-import@ubuntu.com-20150426191506-mo8037vk6pueer5b
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Traceback (most recent call last):
2
 
  File "/path/to/filename", line 56, in the_function
3
 
    line = of_code()
4
 
  File "/path/to/another/filename", line 56, in the_other_function
5
 
    another_line = of_code()
6
 
  File "/path/to/another/filename/again", line 56, in the_last_function
7
 
    the_last_line = 1