Skip to content

Commit

Permalink
rebase : Streamline / clarify shell command control configuration (Si…
Browse files Browse the repository at this point in the history
…gnificant-Gravitas#4628)

* Streamline / clarify shell command control configuration

* Fix lint
  • Loading branch information
erik-megarad authored and jordankanter committed Oct 24, 2023
1 parent e7fd803 commit 0077713
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autogpts/autogpt/autogpt/commands/execute_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
ALLOWLIST_CONTROL = "allowlist"
DENYLIST_CONTROL = "denylist"

ALLOWLIST_CONTROL = "allowlist"
DENYLIST_CONTROL = "denylist"


@command(
"execute_python_code",
Expand Down

0 comments on commit 0077713

Please sign in to comment.