Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Scheidgen
parser-exciting
Commits
a9882115
Commit
a9882115
authored
Jun 23, 2016
by
ankit kariryaa
Browse files
Change variable name from python2Exe to pythonExe
parent
c67be13a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/eu/nomad_lab/parsers/ExcitingParser.scala
View file @
a9882115
...
...
@@ -24,7 +24,7 @@ object ExcitingParser extends SimpleExternalParserGenerator(
mainFileRe
=
"""\s*=================================================+\s*
\s*\|\s*EXCITING\s(?<version>\S*) started\s*=
(?:\s*\|\sversion hash id:\s*(?<hashId>\S*)\s*=)?"""
.
r
,
cmd
=
Seq
(
DefaultPythonInterpreter
.
python
2
Exe
(),
"${envDir}/parsers/exciting/parser/parser-exciting/parser_exciting.py"
,
cmd
=
Seq
(
DefaultPythonInterpreter
.
pythonExe
(),
"${envDir}/parsers/exciting/parser/parser-exciting/parser_exciting.py"
,
"--uri"
,
"${mainFileUri}"
,
"${mainFilePath}"
),
resList
=
Seq
(
"parser-exciting/parser_exciting.py"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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