<div>Greetings.  Does anyone know a way to get TM2 to display the full Traceback for the Python bundle "Run Script (cmd r)".  Example:</div><div><br></div><div>assert 1 == 2</div><div><br></div><div>Traceback is: </div>
<div><br></div><div>Traceback (most recent call last):</div><div>  File "~/Desktop/test.py", line 1, in <module></div><div>    assert 1 == 2</div><div>AssertionError</div><div><br></div><div>But in Textmate 1 & 2 is converted to: </div>
<div><br></div><div>Assertion Error:     (adds colon)</div><div><br></div><div>Any guidance would be greatly appreciated.  Happy holidays.</div><div><br></div><div><br></div>