mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-23 15:59:04 +00:00
fix: traceback extra_lines=1
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user