Fix for python 3 syntax when writing out pkl files
Updated ComponentAccumulator configuration tests which dump the configuration to a pickle file. In python3 the output file needs to be explicitly opened in binary mode. I.e. ```f = open('configdump.pkl','wb')``` rather than ```f = open('configdump.pkl','w')```
Showing
- Database/IOVDbSvc/python/IOVDbSvcConfig.py 1 addition, 1 deletionDatabase/IOVDbSvc/python/IOVDbSvcConfig.py
- TileCalorimeter/TileConditions/python/TileConditionsConfig.py 1 addition, 1 deletion...Calorimeter/TileConditions/python/TileConditionsConfig.py
- Tracking/TrkDetDescr/TrkDetDescrSvc/python/AtlasTrackingGeometrySvcConfig.py 1 addition, 1 deletion...r/TrkDetDescrSvc/python/AtlasTrackingGeometrySvcConfig.py
Loading
Please register or sign in to comment