Updates:
Status: NeedInfo
Labels: Project-RBTools Component-RBTools Milestone-RBTools-Release0.8.x
Comment #3 on issue 3729 by chip...@gmail.com: Cannot run rbt post in
RBTools 0.7.0
https://code.google.com/p/reviewboard/issues/detail?id=3729
Can someone try changing these lines in rbtools/utils/process.py:
env['LC_ALL'] = 'en_US.UTF-8'
env['LANGUAGE'] = 'en_US.UTF-8'
to:
env[b'LC_ALL'] = b'en_US.UTF-8'
env[b'LANGUAGE'] = b'en_US.UTF-8'
See if that works. We'll then get a fix into the next release.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.