Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Berk Onat
python-common
Commits
c9a00acb
Commit
c9a00acb
authored
9 years ago
by
Henning Glawe
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into cleanup_annotate
Conflicts: common/python/nomadcore/simple_parser.py
parents
87bab142
0d702169
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/python/nomadcore/local_meta_info.py
+1
-0
1 addition, 0 deletions
common/python/nomadcore/local_meta_info.py
common/python/nomadcore/simple_parser.py
+1
-1
1 addition, 1 deletion
common/python/nomadcore/simple_parser.py
with
2 additions
and
1 deletion
common/python/nomadcore/local_meta_info.py
+
1
−
0
View file @
c9a00acb
...
@@ -9,6 +9,7 @@ from nomadcore import compact_sha
...
@@ -9,6 +9,7 @@ from nomadcore import compact_sha
import
json
import
json
import
os
,
re
import
os
,
re
from
nomadcore.json_support
import
jsonCompactS
,
jsonCompactD
,
jsonIndentD
from
nomadcore.json_support
import
jsonCompactS
,
jsonCompactD
,
jsonIndentD
from
io
import
open
"""
objects to handle a local InfoKinds with unique name (think self written json)
"""
"""
objects to handle a local InfoKinds with unique name (think self written json)
"""
class
InfoKindEl
(
object
):
class
InfoKindEl
(
object
):
...
...
This diff is collapsed.
Click to expand it.
common/python/nomadcore/simple_parser.py
+
1
−
1
View file @
c9a00acb
...
@@ -739,7 +739,7 @@ class CompiledMatcher(object):
...
@@ -739,7 +739,7 @@ class CompiledMatcher(object):
result
[
'
matcherName
'
]
=
'
coverageIgnore
'
result
[
'
matcherName
'
]
=
'
coverageIgnore
'
result
[
'
matchFlags
'
]
=
(
result
[
'
matchFlags
'
]
=
(
result
[
'
match
'
]
|
(
result
[
'
coverageIgnore
'
]
<<
2
)
|
result
[
'
match
'
]
|
(
result
[
'
coverageIgnore
'
]
<<
2
)
|
targetStartEnd
<<
5
|
int
(
result
[
'
matcher_does_nothing
'
])
<<
6
)
targetStartEnd
<<
5
|
int
(
result
[
'
matcher_does_nothing
'
]
and
result
[
'
match
'
]
)
<<
6
)
return
result
return
result
def
handleMatchTelemetry
(
self
,
parser
,
match
,
line
,
targetStartEnd
):
def
handleMatchTelemetry
(
self
,
parser
,
match
,
line
,
targetStartEnd
):
...
...
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