mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-06 22:32:38 +02:00
Fix pre-commit
This commit is contained in:
parent
96bd3101ec
commit
2a1bcc1c7d
2 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ async def samples_generate(mode: ModeType, result_path: str = "samples.jsonl"):
|
|||
async def solve_and_write(id: str, mode: ModeType) -> Optional[str]:
|
||||
try:
|
||||
sample_dict = await route_generate(mode, id)
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
return id
|
||||
async with file_lock:
|
||||
async with aiofiles.open(result_path, mode="a") as f:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue