Skip to content

Commit 8e3b1ca

Browse files
authored
Merge pull request #1062 from kabeor/dev
update rich api in evm dbgcui
2 parents d9567b4 + 0647c93 commit 8e3b1ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiling/arch/evm/vm/dbgcui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from rich import box
77
from rich import print as rprint
88
from rich.align import Align
9-
from rich.console import Console, RenderGroup
9+
from rich.console import Console, Group
1010
from rich.layout import Layout
1111
from rich.panel import Panel
1212
from rich.syntax import Syntax
@@ -138,7 +138,7 @@ def make_memory_panel(debugger) -> Panel:
138138

139139
memory_panel = Panel(
140140
Align.center(
141-
RenderGroup('', "\n", Align.center(mem_table)),
141+
Group('', "\n", Align.center(mem_table)),
142142
vertical="top",
143143
),
144144
box=box.ROUNDED,

0 commit comments

Comments
 (0)