Show More
@@ -826,8 +826,8 b' class VerboseTB(TBTools):' | |||||
826 | after = context // 2 |
|
826 | after = context // 2 | |
827 | before = context - after |
|
827 | before = context - after | |
828 | if self.has_colors: |
|
828 | if self.has_colors: | |
829 |
style = get_style_by_name( |
|
829 | style = get_style_by_name("default") | |
830 |
style = stack_data.style_with_executing_node(style, |
|
830 | style = stack_data.style_with_executing_node(style, "bg:ansiyellow") | |
831 | formatter = Terminal256Formatter(style=style) |
|
831 | formatter = Terminal256Formatter(style=style) | |
832 | else: |
|
832 | else: | |
833 | formatter = None |
|
833 | formatter = None |
General Comments 0
You need to be logged in to leave comments.
Login now