Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-orca
Commits
ce24d224
Commit
ce24d224
authored
Sep 08, 2016
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
fixing scala wrapper
parent
dbb35e9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/eu/nomad_lab/parsers/OrcaParser.scala
View file @
ce24d224
...
...
@@ -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/
O
rca
P
arser.py"
,
cmd
=
Seq
(
DefaultPythonInterpreter
.
pythonExe
(),
"${envDir}/parsers/orca/parser/parser-orca/
o
rca
_p
arser.py"
,
"--uri"
,
"${mainFileUri}"
,
"${mainFilePath}"
),
resList
=
Seq
(
"parser-orca/orca_parser.py"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment