mingyen066 commented on code in PR #19168:
URL: https://github.com/apache/kafka/pull/19168#discussion_r1988296755


##########
committer-tools/reviewers.py:
##########
@@ -87,9 +126,11 @@ def prompt_for_user():
             continue
 
     if selected_reviewers:
-        out = "\n\nReviewers: "
-        out += ", ".join([f"{name} <{email}>" for name, email, _ in 
selected_reviewers])
-        out += "\n"
-        print(out)
-
+        reviewer_message = f'Reviewers: {", ".join([f"{name} <{email}>" for 
name, email, _ in selected_reviewers])}'

Review Comment:
   I feel the same after I changed it to one liner.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to