##// END OF EJS Templates
fix highlighting of ast nodes in traceback....
Matthias Bussonnier -
Show More
@@ -826,8 +826,8 b' class VerboseTB(TBTools):'
826 826 after = context // 2
827 827 before = context - after
828 828 if self.has_colors:
829 style = get_style_by_name('default')
830 style = stack_data.style_with_executing_node(style, 'bg:#00005f')
829 style = get_style_by_name("default")
830 style = stack_data.style_with_executing_node(style, "bg:ansiyellow")
831 831 formatter = Terminal256Formatter(style=style)
832 832 else:
833 833 formatter = None
General Comments 0
You need to be logged in to leave comments. Login now