You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by gi...@git.apache.org on 2017/07/13 09:34:55 UTC

[GitHub] jiazhai commented on issue #240: ISSUE #239: typo in class name SpeculativeRequestExecutor

jiazhai commented on issue #240: ISSUE #239: typo in class name SpeculativeRequestExecutor
URL: https://github.com/apache/bookkeeper/pull/240#issuecomment-315026313
 
 
   seems merge script meet this error:
   ```
   (master) python dev/bk-merge-pr.py
   git rev-parse --abbrev-ref HEAD
   Which pull request would you like to merge? (e.g. 34): 240
   Traceback (most recent call last):
     File "dev/bk-merge-pr.py", line 555, in <module>
       main()
     File "dev/bk-merge-pr.py", line 466, in main
       pr_reviewers = get_reviewers(pr_num)
     File "dev/bk-merge-pr.py", line 450, in get_reviewers
       reviewers_emails.append('{0} <{1}>'.format(username, useremail))
   UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 1: ordinal not in range(128)
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services