DQDefects: More python 3 fixes
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.
Showing
- DataQuality/DQDefects/python/db.py 12 additions, 6 deletionsDataQuality/DQDefects/python/db.py
- DataQuality/DQDefects/python/tags.py 14 additions, 8 deletionsDataQuality/DQDefects/python/tags.py
- DataQuality/DQDefects/python/tests/__init__.py 1 addition, 1 deletionDataQuality/DQDefects/python/tests/__init__.py
- DataQuality/DQDefects/python/virtual_mixin.py 11 additions, 7 deletionsDataQuality/DQDefects/python/virtual_mixin.py
Loading
Please register or sign in to comment