Skip to content
Snippets Groups Projects
Commit 8613f1e5 authored by ankit kariryaa's avatar ankit kariryaa
Browse files

Change variable name from python2Exe to pythonExe

parent 04aa9a10
No related branches found
No related tags found
No related merge requests found
......@@ -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.python2Exe(), "${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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment