Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
32c20041
Commit
32c20041
authored
Jun 01, 2014
by
Maxime Perrotin
Browse files
Added missing flag check
parent
ee10fd3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode.py
View file @
32c20041
...
...
@@ -1780,7 +1780,7 @@ def opengeode():
LOG
.
debug
(
'Starting OpenGEODE version '
+
__version__
)
if
(
options
.
check
or
options
.
toAda
or
options
.
png
or
options
.
pdf
or
options
.
svg
):
options
.
pdf
or
options
.
svg
or
options
.
llvm
):
LOG
.
info
(
'Checking '
+
str
(
options
.
files
))
try
:
ast
,
warnings
,
errors
=
ogParser
.
parse_pr
(
files
=
options
.
files
)
...
...
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