Skip to content

fix: log progress tracker refresh errors instead of silently swallowing - #3975

Open
Quratulain-bilal wants to merge 1 commit into
github:mainfrom
Quratulain-bilal:fix/console-refresh-callback-logging
Open

fix: log progress tracker refresh errors instead of silently swallowing#3975
Quratulain-bilal wants to merge 1 commit into
github:mainfrom
Quratulain-bilal:fix/console-refresh-callback-logging

Conversation

@Quratulain-bilal

Copy link
Copy Markdown
Contributor

Problem

The bare except Exception: pass in StepTracker._maybe_refresh() completely hid rendering bugs in the Rich progress display.

Fix

Now logs at DEBUG level with full traceback for diagnostics.

The bare 'except Exception: pass' in StepTracker._maybe_refresh()
completely hid rendering bugs in the Rich progress display. Now logs
at DEBUG level with full traceback for diagnostics.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant