mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
Better handling of stack traces and exc_info (#6253)
This commit is contained in:
@@ -46,5 +46,4 @@ class RetryMixin:
|
||||
exception = retry_state.outcome.exception()
|
||||
logger.error(
|
||||
f'{exception}. Attempt #{retry_state.attempt_number} | You can customize retry values in the configuration.',
|
||||
exc_info=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user