From 8952459f6d3328dd423be64d24b155cffdfb0b45 Mon Sep 17 00:00:00 2001 From: Benedict Lee Date: Thu, 10 Apr 2025 08:48:59 +0900 Subject: [PATCH] Update pr_agent/tools/pr_line_questions.py Co-authored-by: Prateek <110811408+Prateikx@users.noreply.github.com> --- pr_agent/tools/pr_line_questions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pr_agent/tools/pr_line_questions.py b/pr_agent/tools/pr_line_questions.py index 77c41079..aa8dfed1 100644 --- a/pr_agent/tools/pr_line_questions.py +++ b/pr_agent/tools/pr_line_questions.py @@ -131,8 +131,8 @@ class PR_LineQuestions: continue # except for current question - if current_question_id and str(comment.id) == str(current_question_id): - continue + # except for current question + if current_question_id and comment.id == current_question_id: # remove the AI command (/ask etc) from the beginning of the comment (optional) clean_body = body