From 08319f84920bb662bcc7fd863a4738ab5cc37eb6 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Thu, 19 Sep 2024 12:54:26 +0300 Subject: [PATCH] fixed azure remove comment bug --- pr_agent/tools/pr_code_suggestions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/tools/pr_code_suggestions.py b/pr_agent/tools/pr_code_suggestions.py index 18791919e..828d7d338 100644 --- a/pr_agent/tools/pr_code_suggestions.py +++ b/pr_agent/tools/pr_code_suggestions.py @@ -176,7 +176,7 @@ async def run(self): else: self.push_inline_code_suggestions(data) if self.progress_response: - self.progress_response.delete() + self.git_provider.remove_comment(self.progress_response) else: get_logger().info('Code suggestions generated for PR, but not published since publish_output is False.') except Exception as e: