mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
Remove code_width from install_traceback
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Change Log for SD.Next
|
||||
|
||||
## Update for 2025-03-06
|
||||
|
||||
- fix installer not starting when older version of rich is installed
|
||||
- ipex, fix untyped_storage and torch.eye
|
||||
|
||||
## Update for 2025-02-28
|
||||
|
||||
Primarily a hotfix/service release plus few UI improvements and one exciting new feature: Remote-VAE!
|
||||
|
||||
@@ -91,7 +91,6 @@ def install_traceback(suppress: list = []):
|
||||
extra_lines=os.environ.get('SD_TRACELINES', 1),
|
||||
max_frames=os.environ.get('SD_TRACEFRAMES', 16),
|
||||
width=os.environ.get('SD_TRACEWIDTH', console.width),
|
||||
code_width=os.environ.get('SD_TRACEWIDTH', console.width) - 12,
|
||||
word_wrap=os.environ.get('SD_TRACEWRAP', False),
|
||||
indent_guides=os.environ.get('SD_TRACEINDENT', False),
|
||||
show_locals=os.environ.get('SD_TRACELOCALS', False),
|
||||
|
||||
Reference in New Issue
Block a user