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

fixing scala wrapper (mime type of main file is application/xml)

parent 0276e138
Branches
Tags 1.1.0
No related merge requests found
......@@ -20,7 +20,7 @@ object LibAtomsParser extends SimpleExternalParserGenerator(
}(breakOut): List[(String, jn.JString)])
)) :: Nil
),
mainFileTypes = Seq("text/.*"),
mainFileTypes = Seq("application/xml"),
mainFileRe = """\s*<GAP_params\s""".r,
cmd = Seq(DefaultPythonInterpreter.pythonExe(), "${envDir}/parsers/lib-atoms/parser/parser-lib-atoms/libAtomsParser.py",
"${mainFilePath}"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment