Update pr_agent/tools/pr_line_questions.py

Co-authored-by: Prateek <110811408+Prateikx@users.noreply.github.com>
This commit is contained in:
Benedict Lee
2025-04-10 08:48:59 +09:00
committed by GitHub
parent b53d2773a9
commit 8952459f6d

View File

@ -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