mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
final line for both files fixed
This commit is contained in:
parent
91f6a29d72
commit
13c05aa31f
2 changed files with 2 additions and 2 deletions
|
|
@ -48,4 +48,4 @@ class DebugError(Action):
|
|||
|
||||
code = CodeParser.parse_code(block="", text=rsp)
|
||||
|
||||
return file_name, code
|
||||
return file_name, code
|
||||
|
|
|
|||
|
|
@ -120,4 +120,4 @@ class RunCode(Action):
|
|||
|
||||
result = context + rsp
|
||||
|
||||
return result
|
||||
return result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue