23 May
2019
23 May
'19
6:57 a.m.
W dniu 23.05.2019 o 15:50, Ben Nemec pisze:
On 5/23/19 8:27 AM, Marcin Juszkiewicz wrote:
Quite common issue is related to README files. I know that we have XXI century and UTF-8 is encoding for most of people here. But Python tools are not so advanced so far and loves to explode when see characters outside of US-ASCII encoding.
Hmm, is this because of https://bugs.launchpad.net/pbr/+bug/1704472 ?
If so, we should just fix it in pbr. I have a patch up to do that (https://review.opendev.org/#/c/564874) but I haven't gotten around to writing tests for it. I'll try to get that done shortly.
Thanks! I did not digged in whole stack as there were several other things to debug.