Skip to content

Disable detex for python2

Frank Siegert requested to merge disable-detex-in-python2 into release-3-1-x

As discussed by mail:

Greek characters are produced by rivet.util.detex using pandoc when printing e.g. rivet --list-analyses. To avoid the nightmare of handling unicode strings correctly in both Python2 and Python3 we just disable the rivet.util.detex functionality in case Python2 is used.

Can you test whether this one-liner does the trick for your issues in Python2, @lonnblad?

Thanks,
Frank

Merge request reports