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

Change variable name from python2Exe to pythonExe

parent 5cedf90b
Branches
Tags 1.0.0
No related merge requests found
...@@ -22,7 +22,7 @@ object DlPolyParser extends SimpleExternalParserGenerator( ...@@ -22,7 +22,7 @@ object DlPolyParser extends SimpleExternalParserGenerator(
), ),
mainFileTypes = Seq("text/.*"), mainFileTypes = Seq("text/.*"),
mainFileRe = """ DL_POLY """.r, mainFileRe = """ DL_POLY """.r,
cmd = Seq(DefaultPythonInterpreter.python2Exe(), "${envDir}/parsers/dl_poly/parser/parser-dl_poly/dlPolyParser.py", cmd = Seq(DefaultPythonInterpreter.pythonExe(), "${envDir}/parsers/dl_poly/parser/parser-dl_poly/dlPolyParser.py",
"${mainFilePath}"), "${mainFilePath}"),
resList = Seq( resList = Seq(
"parser-dl_poly/dlPolyParser.py", "parser-dl_poly/dlPolyParser.py",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment