-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process time out returns incorrect exception in pythonsdk e2b 1476 #550
base: main
Are you sure you want to change the base?
Process time out returns incorrect exception in pythonsdk e2b 1476 #550
Conversation
|
…-in-pythonsdk-e2b-1476
I think the exception handling is also missing in the async python implementation. |
exit_code=event.event.end.exit_code, | ||
error=event.event.end.error, | ||
) | ||
except Exception as e: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we sure the incorrect exception originated from here?
Handle the exception properly