Skip to content

PyUtils: More python 3 fixes

Scott Snyder requested to merge ssnyder/athena:py3.PyUtils-20200130 into master

Work around pyroot issue with getting trailing garbage when accessing a string stored in a tree. This can confuse the bytes->unicode conversion resulting in a crash.

Merge request reports