mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-21 14:05:17 +02:00
make dir at start
This commit is contained in:
parent
8c6dd480dc
commit
3c50575ff7
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ def create_initial_state(task, start_task_id, data_config, low_is_better: bool,
|
|||
"start_task_id": start_task_id,
|
||||
"low_is_better": low_is_better,
|
||||
}
|
||||
os.makedirs(initial_state["node_dir"], exist_ok=True)
|
||||
return initial_state
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue