mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 04:42:38 +02:00
update
This commit is contained in:
parent
7538e715ed
commit
0d3187e308
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class RewriteCode(Action):
|
|||
task_doc_path="/tmp/task_doc.json"
|
||||
)
|
||||
"""
|
||||
if not design_doc_path or not design_doc_path:
|
||||
if not design_doc_path or not task_doc_path:
|
||||
return
|
||||
|
||||
code, design_doc, task_doc = await asyncio.gather(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue