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

Change variable name from python2Exe to pythonExe

parent ce481f58
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@ object LammpsParser extends SimpleExternalParserGenerator(
),
mainFileTypes = Seq("text/.*"),
mainFileRe = """\s*boundary\s*[a-z]+\s*[a-z]+\s*[a-z]+\s*""".r,
cmd = Seq(DefaultPythonInterpreter.python2Exe(), "${envDir}/parsers/lammps/parser/parser-lammps/LAMMPSParserControl.py",
cmd = Seq(DefaultPythonInterpreter.pythonExe(), "${envDir}/parsers/lammps/parser/parser-lammps/LAMMPSParserControl.py",
"${mainFilePath}"),
resList = Seq(
"parser-lammps/LAMMPSParserControl.py",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment