-
Notifications
You must be signed in to change notification settings - Fork 44.6k
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
Gracefully handle plugin loading failure #4994
Conversation
✅ Deploy Preview for auto-gpt-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #4994 +/- ##
==========================================
- Coverage 51.03% 51.00% -0.04%
==========================================
Files 119 119
Lines 4961 4968 +7
Branches 662 662
==========================================
+ Hits 2532 2534 +2
- Misses 2234 2239 +5
Partials 195 195
☔ View full report in Codecov by Sentry. |
Co-authored-by: Reinier van der Leer <[email protected]>
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.
Looks better, almost there :)
Co-authored-by: Reinier van der Leer <[email protected]>
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.
Looks like the requested changes were applied. Merging
Looks like the requested change was applied.
Background
If module import of a plugin failed , there is an unnecessary exception currently. Fixed that.
Changes
Those are the changes.
Documentation
Test Plan
PR Quality Checklist