8000 style tweak · Textualize/rich@13f9b4f · GitHub
[go: up one dir, main page]

Skip to content

Commit 13f9b4f

Browse files
committed
style tweak
1 parent 0775e25 commit 13f9b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rich/traceback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,10 +636,10 @@ def render_stack(stack: Stack, last: bool) -> RenderResult:
636636
grouped_exceptions: List[Group] = []
637637
for group_last, group_stack in loop_last(group_exception.stacks):
638638
grouped_exceptions.append(render_stack(group_stack, group_last))
639+
yield ""
639640
yield Constrain(
640641
Panel(
641642
Group(*grouped_exceptions),
642-
style=background_style,
643643
title=f"Sub-exception #{group_no}",
644644
border_style="traceback.group.border",
645645
),

0 commit comments

Comments
 (0)
0