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

Change variable name from python2Exe to pythonExe

parent f5adfb7c
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ object OctopusParser extends SimpleExternalParserGenerator( ...@@ -25,7 +25,7 @@ object OctopusParser extends SimpleExternalParserGenerator(
mainFileRe = """\*{32} Grid \*{32} mainFileRe = """\*{32} Grid \*{32}
Simulation Box: Simulation Box:
""".r, """.r,
cmd = Seq(DefaultPythonInterpreter.python2Exe(), "${envDir}/parsers/octopus/parser/parser-octopus/parser_octopus.py", cmd = Seq(DefaultPythonInterpreter.pythonExe(), "${envDir}/parsers/octopus/parser/parser-octopus/parser_octopus.py",
"--uri", "${mainFileUri}", "${mainFilePath}"), "--uri", "${mainFileUri}", "${mainFilePath}"),
resList = Seq( resList = Seq(
"parser-octopus/parser_octopus.py", "parser-octopus/parser_octopus.py",
......
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