aboutsummaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorThomas Monjalon <thomas.monjalon@6wind.com>2016-12-13 11:37:47 +0100
committerStephen Finucane <stephen@that.guru>2016-12-13 18:01:20 +0000
commit52654da17967a930a3cac962fc654e0d5de2855b (patch)
tree157142ec149d6183c2e506bd336e96e4741849e7 /docs/development
parent53fe8b16431833b7bff6271c41ca8b79b0a7701e (diff)
downloadpatchwork-52654da17967a930a3cac962fc654e0d5de2855b.tar
patchwork-52654da17967a930a3cac962fc654e0d5de2855b.tar.gz
pwclient: Fix Python 3 encoding of received strings
The conversion encode("utf-8") makes a byte stream which is poorly printed with Python 3. However this encoding is required for Popen.communicate() but must be done after str.join() which applies to a real string. Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com> Reviewed-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/development')
0 files changed, 0 insertions, 0 deletions