mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-09-01 15:55:42 +08:00
Merge branch 'cr_updae' into 'mgx_ops'
Cr updae See merge request pub/MetaGPT!305
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user