fix: 移除Traceback函数中的 show_locals 参数以简化错误追踪
This commit is contained in:
@@ -14,7 +14,7 @@ from .utils.hash import get_sha256
|
||||
from .global_logger import logger
|
||||
from rich.traceback import install
|
||||
|
||||
install(show_locals=True, extra_lines=3)
|
||||
install(extra_lines=3)
|
||||
|
||||
|
||||
@dataclass
|
||||
|
||||
Reference in New Issue
Block a user