Skip to content
Snippets Groups Projects
Commit ce24d224 authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

fixing scala wrapper

parent dbb35e9d
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@ object OrcaParser extends SimpleExternalParserGenerator(
mainFileTypes = Seq("text/.*"),
//TODO: Update the replacement string (mainFileRe)
mainFileRe = """ORCAORCAORCA""".r,
cmd = Seq(DefaultPythonInterpreter.pythonExe(), "${envDir}/parsers/orca/parser/parser-orca/OrcaParser.py",
cmd = Seq(DefaultPythonInterpreter.pythonExe(), "${envDir}/parsers/orca/parser/parser-orca/orca_parser.py",
"--uri", "${mainFileUri}", "${mainFilePath}"),
resList = Seq(
"parser-orca/orca_parser.py",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment