Skip to content

Use encoding in etree.tostring

Carlos Falcon requested to merge github/fork/cmft/fix_etree_encoding into develop

Taurus expects string when it calls etree.tostring method. In Python3 this method returns bytes instead string if the encoding argument is not given.

Merge request reports