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-gpaw
Commits
e215d5d0
Commit
e215d5d0
authored
Jun 23, 2016
by
ankit kariryaa
Browse files
Change variable name from python2Exe to pythonExe
parent
1123860e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/eu/nomad_lab/parsers/GpawParser.scala
View file @
e215d5d0
...
...
@@ -20,7 +20,7 @@ object GpawParser extends SimpleExternalParserGenerator(
),
mainFileTypes
=
Seq
(
"application/x-gtar"
),
mainFileRe
=
""
.
r
,
cmd
=
Seq
(
lab
.
DefaultPythonInterpreter
.
python
2
Exe
(),
"${envDir}/parsers/gpaw/parser/parser-gpaw/parser.py"
,
cmd
=
Seq
(
lab
.
DefaultPythonInterpreter
.
pythonExe
(),
"${envDir}/parsers/gpaw/parser/parser-gpaw/parser.py"
,
"${mainFilePath}"
),
resList
=
Seq
(
"parser-gpaw/parser.py"
,
...
...
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