Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Scott Snyder
athena
Commits
b482fd12
Commit
b482fd12
authored
6 years ago
by
scott snyder
Browse files
Options
Downloads
Patches
Plain Diff
AthenaPython: gcc7 fix
Update coral attribute method workaround for gcc7.
parent
eadd4849
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Control/AthenaPython/python/FilePeekerLib.py
+1
-0
1 addition, 0 deletions
Control/AthenaPython/python/FilePeekerLib.py
with
1 addition
and
0 deletions
Control/AthenaPython/python/FilePeekerLib.py
+
1
−
0
View file @
b482fd12
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment