Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
63606e69
Commit
63606e69
authored
Feb 26, 2019
by
Markus Scheidgen
Browse files
Fixed wrong Cacl indexes.
parent
14930919
Pipeline
#44259
canceled with stages
in 4 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/processing/data.py
View file @
63606e69
...
...
@@ -61,8 +61,8 @@ class Calc(Proc):
parser
=
StringField
()
meta
:
Any
=
{
'ind
ic
es'
:
[
'upload_id'
,
'mainfile'
,
'code'
,
'parser'
,
'tasks_status'
'ind
ex
es'
:
[
'upload_id'
,
'mainfile'
,
'parser'
,
'tasks_status'
]
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment