Skip to content

Commit

Permalink
Removed breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlu1248 committed Apr 29, 2024
1 parent a88941d commit 7448941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sweepai/agents/modify.py
Original file line number Diff line number Diff line change
Expand Up @@ -1415,8 +1415,8 @@ def handle_function_call(
)
if failing_parse:
error_message = f"Error: Invalid code changes have been applied. You requested the following changes:\n\n```diff\n{current_diff}\n```\n\nBut it produces invalid code with the following error logs:\n```\n{failing_parse}\n```\n\n" + fix_syntax_prompt
print(error_message)
breakpoint()
# print(error_message)
# breakpoint()
break
elif check_results_message:
warning_message = check_results_message
Expand Down

0 comments on commit 7448941

Please sign in to comment.