Fix UnicodeDecodeError when commit message contains non-ascii character
Review Request #10121 — Created Aug. 15, 2018 and discarded — Latest diff uploaded
subprocess output data is str type, convert it to unicode when results_unicode is true
- Posted some changes.
- Ran unit tests.
Diff Revision 4
This is not the most recent revision of the diff. The latest diff is revision 7. See what's changed.
orig
1
2
3
4
5
6
7
rbtools/utils/commands.py |
---|