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
ea861b65
Commit
ea861b65
authored
Jun 23, 2016
by
ankit kariryaa
Browse files
Change variable name from python2Exe to pythonExe
parent
5fe73e70
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/eu/nomad_lab/parsers/OrcaParser.scala
View file @
ea861b65
...
...
@@ -23,7 +23,7 @@ object OrcaParser extends SimpleExternalParserGenerator(
mainFileTypes
=
Seq
(
"text/.*"
),
//TODO: Update the replacement string (mainFileRe)
mainFileRe
=
"""ORCAORCAORCA"""
.
r
,
cmd
=
Seq
(
DefaultPythonInterpreter
.
python
2
Exe
(),
"${envDir}/parsers/orca/parser/parser-orca/OrcaParser.py"
,
cmd
=
Seq
(
DefaultPythonInterpreter
.
pythonExe
(),
"${envDir}/parsers/orca/parser/parser-orca/OrcaParser.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