chia7712 commented on PR #19168:
URL: https://github.com/apache/kafka/pull/19168#issuecomment-2708854016

   @mingyen066 could you please take a look at following error?
   ```
   chia7712@chia7712-ubuntu:~/project/kafka$ ./committer-tools/reviewers.py 
   /home/chia7712/project/kafka/./committer-tools/reviewers.py:46: 
SyntaxWarning: invalid escape sequence '\<'
     escaped_message = message.replace("<", "\<").replace(">", "\>")
   /home/chia7712/project/kafka/./committer-tools/reviewers.py:46: 
SyntaxWarning: invalid escape sequence '\>'
     escaped_message = message.replace("<", "\<").replace(">", "\>")
   Utility to help generate 'Reviewers' string for Pull Requests. Use Ctrl+D or 
Ctrl+C to exit
   ```


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