Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
af066ffb
Commit
af066ffb
authored
Jan 11, 2016
by
Maxime Perrotin
Browse files
Use debug output
parent
9fbbd157
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/opengeode.py
View file @
af066ffb
...
...
@@ -2198,7 +2198,7 @@ def init_logging(options):
each
.
LOG
.
setLevel
(
level
)
except
AttributeError
as
err
:
# Discard unloaded modules (e.g. if LLVM is missing on target)
LOG
.
info
(
str
(
err
))
LOG
.
debug
(
str
(
err
))
def
parse
(
files
):
...
...
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