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

Change variable name from python2Exe to pythonExe

parent 83674d2a
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ object CastepParser extends SimpleExternalParserGenerator( ...@@ -22,7 +22,7 @@ object CastepParser extends SimpleExternalParserGenerator(
), ),
mainFileTypes = Seq("text/.*"), mainFileTypes = Seq("text/.*"),
mainFileRe = """\s\|\s*CCC\s*AA\s*SSS\s*TTTTT\s*EEEEE\s*PPPP\s*\|\s*""".r, mainFileRe = """\s\|\s*CCC\s*AA\s*SSS\s*TTTTT\s*EEEEE\s*PPPP\s*\|\s*""".r,
cmd = Seq(DefaultPythonInterpreter.python2Exe(), "${envDir}/parsers/castep/parser/parser-castep/CastepParser.py", cmd = Seq(DefaultPythonInterpreter.pythonExe(), "${envDir}/parsers/castep/parser/parser-castep/CastepParser.py",
"--uri", "${mainFileUri}", "${mainFilePath}"), "--uri", "${mainFileUri}", "${mainFilePath}"),
resList = Seq( resList = Seq(
"parser-castep/CastepParser.py", "parser-castep/CastepParser.py",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment