Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-cp2k
Commits
8613f1e5
Commit
8613f1e5
authored
Jun 23, 2016
by
ankit kariryaa
Browse files
Change variable name from python2Exe to pythonExe
parent
04aa9a10
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/eu/nomad_lab/parsers/Cp2kParser.scala
View file @
8613f1e5
...
...
@@ -31,7 +31,7 @@ object Cp2kParser extends SimpleExternalParserGenerator(
(?:\s*CP2K\| version string:\s*(?<cp2kVersionString>.*)
)?(?:\s*CP2K\| source code revision number:\s*(?<cp2kRevision>.*)
)?"""
.
r
,
cmd
=
Seq
(
DefaultPythonInterpreter
.
python
2
Exe
(),
"${envDir}/parsers/cp2k/parser/parser-cp2k/cp2kparser/scalainterface.py"
,
cmd
=
Seq
(
DefaultPythonInterpreter
.
pythonExe
(),
"${envDir}/parsers/cp2k/parser/parser-cp2k/cp2kparser/scalainterface.py"
,
"${mainFilePath}"
),
cmdCwd
=
"${mainFilePath}/.."
,
resList
=
Seq
(
...
...
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