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