Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-tinker
Commits
ad0d3c13
Commit
ad0d3c13
authored
Mar 27, 2018
by
Berk Onat
Browse files
Adding the missing comma
parent
c08d0d56
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/eu/nomad_lab/parsers/TinkerParser.scala
View file @
ad0d3c13
...
...
@@ -32,7 +32,7 @@ object TinkerParser extends SimpleExternalParserGenerator(
"parser-tinker/setup_paths.py"
,
"nomad_meta_info/public.nomadmetainfo.json"
,
"nomad_meta_info/common.nomadmetainfo.json"
,
"nomad_meta_info/meta_types.nomadmetainfo.json"
"nomad_meta_info/meta_types.nomadmetainfo.json"
,
"nomad_meta_info/tinker.nomadmetainfo.json"
)
++
DefaultPythonInterpreter
.
commonFiles
(),
dirMap
=
Map
(
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment