aboutsummaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
authorGravatar SwiftyOS <craigswift13@gmail.com> 2023-09-15 20:21:18 +0200
committerGravatar SwiftyOS <craigswift13@gmail.com> 2023-09-15 20:21:18 +0200
commit54f1098dcf4776fbf60c2ae22ced314c8062b125 (patch)
tree726d9e9afa6a1b8ca8bdeec326769a2331c94546 /cli.py
parentfix arena path name (diff)
downloadAuto-GPT-54f1098dcf4776fbf60c2ae22ced314c8062b125.tar.gz
Auto-GPT-54f1098dcf4776fbf60c2ae22ced314c8062b125.tar.bz2
Auto-GPT-54f1098dcf4776fbf60c2ae22ced314c8062b125.zip
fixed directory name
Diffstat (limited to 'cli.py')
-rw-r--r--cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index a4b00c822..a8e6e6875 100644
--- a/cli.py
+++ b/cli.py
@@ -440,7 +440,7 @@ def enter(agent_name, branch):
data["branch_to_benchmark"] = branch
# Create agent directory if it does not exist
- subprocess.check_call(['mkdir', '-p', 'agent'])
+ subprocess.check_call(['mkdir', '-p', 'arena'])
# Create a JSON file with the data
with open(f'arena/{agent_name}.json', 'w') as json_file: