mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
allow reconnecting to a runtime (#4223)
This commit is contained in:
@@ -180,7 +180,7 @@ class AgentSession:
|
||||
status_message_callback=status_message_callback,
|
||||
)
|
||||
except Exception as e:
|
||||
logger.error(f'Runtime initialization failed: {e}')
|
||||
logger.error(f'Runtime initialization failed: {e}', exc_info=True)
|
||||
raise
|
||||
|
||||
if self.runtime is not None:
|
||||
|
||||
Reference in New Issue
Block a user