mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
Merge branch 'cr_updae' into 'mgx_ops'
Cr updae See merge request pub/MetaGPT!305
This commit is contained in:
commit
1db1a1046c
1 changed files with 1 additions and 1 deletions
|
|
@ -208,6 +208,6 @@ class CodeReview(Action):
|
|||
comments = await self.confirm_comments(patch=patch, comments=comments, points=points)
|
||||
for comment in comments:
|
||||
if comment["code"]:
|
||||
if not (comment["code"].startswith("-") or comment["code"].isspace()):
|
||||
if not (comment["code"].isspace()):
|
||||
result.append(comment)
|
||||
return result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue