-
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
Fix potential passing of NoneType to remove_ansi_escape #4882
Conversation
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.
Nice! Could you pair it w/ a unit test?
✅ Deploy Preview for auto-gpt-docs canceled.
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #4882 +/- ##
=======================================
Coverage 50.05% 50.05%
=======================================
Files 116 116
Lines 4799 4799
Branches 643 643
=======================================
Hits 2402 2402
Misses 2218 2218
Partials 179 179
☔ View full report in Codecov by Sentry. |
Note that this PR doesn't fix the instance reported in #4845:
|
…Gravitas#4882) Co-authored-by: Reinier van der Leer <[email protected]> Co-authored-by: Luke <[email protected]>
seems to be a logging issue