Skip to content

Commit

Permalink
Make this easier to read.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Mar 8, 2020
1 parent beb11bd commit 0464b02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_tblib.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def test_raise():
File "file2", line 234, in ???
code2
File "file3", line 345, in function3
File "file4", line 456, in ""''')
File "file4", line 456, in ""
''')
pytb = tb1.as_traceback()
six.reraise(RuntimeError, RuntimeError(), pytb)
""")
Expand Down

0 comments on commit 0464b02

Please sign in to comment.