fixed directory name

This commit is contained in:
SwiftyOS
2023-09-15 20:21:18 +02:00
parent 169f7210c1
commit 54f1098dcf

2
cli.py
View File

@@ -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: