fix: traceback extra_lines=1

This commit is contained in:
Dowon
2023-10-30 22:02:52 +09:00
parent b3948a6efa
commit 645bdceb72

View File

@@ -147,7 +147,7 @@ def rich_traceback(func: Callable) -> Callable:
]
if data
]
tables.append(Traceback())
tables.append(Traceback(extra_lines=1))
console.print(Panel(Group(*tables)))
output = "\n" + string.getvalue()