Skip to content

Commit

Permalink
Merge pull request #64 from mperezjodal/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
Marti2203 authored Oct 30, 2024
2 parents 82f5221 + 22746bf commit 1d72388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/agent_write_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def run_with_retries(
elif globals.enable_angelic:
raise NotImplementedError("Angelic debugging has not been integrated")
else:
result_msg = "Extracted a patch. Since validation is disabled, you should validation the patch later on. Ending the workflow."
result_msg = "Extracted a patch. Since validation is disabled, you should validate the patch later on. Ending the workflow."
new_thread.add_user(result_msg) # just for logging
print_acr(
result_msg,
Expand Down

0 comments on commit 1d72388

Please sign in to comment.