From 22746bff50f918708ae76959648fc52e49836b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcelo=20P=C3=A9rez=20Jodal?= <68610656+mperezjodal@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:52:47 +0000 Subject: [PATCH] Fixed typo. --- app/api/agent_write_patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/agent_write_patch.py b/app/api/agent_write_patch.py index 1141c125..7ae831cc 100644 --- a/app/api/agent_write_patch.py +++ b/app/api/agent_write_patch.py @@ -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,