tags 1129141 patch
thanks

Hi.

After a little investigation, this looks like a truncation issue.
The attached patch works for me. Do you think it would be acceptable
for upstream?

Thanks.
--- a/better_exceptions/formatter.py
+++ b/better_exceptions/formatter.py
@@ -30,7 +30,7 @@
     'inspect': lambda s: u'\x1b[36m{}\x1b[m'.format(s),
 }
 
-MAX_LENGTH = 128
+MAX_LENGTH = 256
 
 
 def isast(v):

Reply via email to