Remove code_width from install_traceback

This commit is contained in:
Disty0
2025-03-06 21:34:03 +03:00
parent 88a2f95fe4
commit 227c4b5d10
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -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!
-1
View File
@@ -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),