Skip to content
Snippets Groups Projects
Commit b482fd12 authored by scott snyder's avatar scott snyder
Browse files

AthenaPython: gcc7 fix

Update coral attribute method workaround for gcc7.
parent eadd4849
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment