Skip to content

DQDefects: More python 3 fixes

Scott Snyder requested to merge ssnyder/athena:py3-2.DQDefects-20200121 into master

With python 3, we generally should not explictly encode strings before passing them to C++ -- pyroot will end up doing that. We do need the encodes for py 2, though.

Merge request reports