ete icon indicating copy to clipboard operation
ete copied to clipboard

Fixed b' prefix error

Open geovalexis opened this issue 5 years ago • 0 comments
trafficstars

In ete3, when we got the orthoXML output, there was a b' prefix in almost all the strings exported. This was due to the '.encode(ExternalEncoding)' statements, which are not necessary anymore, thus I've dropped them.

I'm not sure if this can cause any further problem but it is valid as a provisional solution for this.

geovalexis avatar Sep 10 '20 09:09 geovalexis