Skip to content
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 typo in warning message when non allowlisted plugins found #3044

Merged

Conversation

hdkiller
Copy link
Contributor

Background

There is a typo in the warning message when Auto-GPT tries to load a plugin which is not allowlisted.

Changes

Replace WARNNG to WARNING to be consistent with the other messages.

Documentation

N/A

Test Plan

I've checked if the application shows WARNING: instead of WARNNG when a not whitelisted plugin found.

PR Quality Checklist

  • My pull request is atomic and focuses on a single change.
  • I have thoroughly tested my changes with multiple different prompts.
  • I have considered potential risks and mitigations for my changes.
  • I have documented my changes clearly and comprehensively.
  • I have not snuck in any "extra" small tweaks changes

@codecov
Copy link

codecov bot commented Apr 23, 2023

Codecov Report

Patch coverage has no change and project coverage change: -6.38 ⚠️

Comparison is base (da48f9c) 45.81% compared to head (364ab62) 39.44%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3044      +/-   ##
==========================================
- Coverage   45.81%   39.44%   -6.38%     
==========================================
  Files          60       60              
  Lines        2918     2918              
  Branches      480      480              
==========================================
- Hits         1337     1151     -186     
- Misses       1472     1692     +220     
+ Partials      109       75      -34     
Impacted Files Coverage Δ
autogpt/plugins.py 73.88% <ø> (ø)

... and 16 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@richbeales richbeales merged commit bf895eb into Significant-Gravitas:master Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants