From b482fd1232698917baf66a316cbef7ad61dd16c9 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Sun, 2 Sep 2018 00:14:13 +0200 Subject: [PATCH] AthenaPython: gcc7 fix Update coral attribute method workaround for gcc7. --- Control/AthenaPython/python/FilePeekerLib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Control/AthenaPython/python/FilePeekerLib.py b/Control/AthenaPython/python/FilePeekerLib.py index b0e06d7d0b58..916fe8b606a7 100644 --- a/Control/AthenaPython/python/FilePeekerLib.py +++ b/Control/AthenaPython/python/FilePeekerLib.py @@ -17,6 +17,7 @@ StatusCode = PyAthena.StatusCode from PyCool import coral _attribute_methods = dir(coral.Attribute) _methnames = ['data<std::__cxx11::basic_string<char> >', + 'data<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >', 'data<std::basic_string<char> >', 'data<std::string>'] for _m in _methnames: -- GitLab