-
Notifications
You must be signed in to change notification settings - Fork 44.7k
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
Bugfix for #803 - Debug mode #888
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Apr 12, 2023
Closed
These changes are definitely needed. Thanks, man. |
+1 to this! Was thinking of sending in a similar PR, but you already did it first and better. Thanks @chozzz |
nponeccop
suggested changes
Apr 12, 2023
chozzz
force-pushed
the
bugfix
branch
2 times, most recently
from
April 12, 2023 05:55
472b725
to
480cfd0
Compare
nponeccop
suggested changes
Apr 12, 2023
- Brings back debug mode - Replaces all calls from cfg.debug to cfg.debug_mode that was updated on 5b2d601 - Remove unnecessary config instance at main.py
nponeccop
approved these changes
Apr 12, 2023
@Torantulino Can we fix the master? |
richbeales
approved these changes
Apr 12, 2023
5 tasks
SquareandCompass
pushed a commit
to SquareandCompass/Auto-GPT
that referenced
this pull request
Oct 21, 2023
* add cost budget; move loc of make_dir * remove None in return --------- Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
sindlinger
pushed a commit
to Orgsindlinger/Auto-GPT-WebUI
that referenced
this pull request
Sep 25, 2024
Bugfix for Significant-Gravitas#803 - Debug mode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Background
Changes
cfg.debug
tocfg.debug_mode
that was updated on 5b2d601Test Plan
I added a test placeholder for the unit test of local cache. I am wondering if we can have the git workflow hook to run basic unit test? @Torantulino
PR Quality Checklist
My pull request is atomic and focuses on a single change.I have documented my changes clearly and comprehensively.