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
VIGNET Pierre
cadbiom
Commits
903fa333
Commit
903fa333
authored
Feb 22, 2020
by
VIGNET Pierre
Browse files
[cmd] format debug output
parent
dc27928d
Changes
1
Hide whitespace changes
Inline
Side-by-side
command_line/cadbiom_cmd/tools/models.py
View file @
903fa333
...
...
@@ -293,6 +293,7 @@ def parse_event(event):
# def filterSigExpression(listOfExpr):
# return [filterSigExpression(expr) for expr in listOfExpr]
LOGGER
.
debug
(
"parse_event: %s"
,
event
)
# Error Reporter
err
=
Reporter
()
tvi
=
TableVisitor
(
err
)
...
...
@@ -326,7 +327,7 @@ def parse_condition(condition, all_nodes, inhibitors_nodes):
:rtype: <set>
"""
LOGGER
.
debug
(
"
CONDITION
: %s"
,
condition
)
LOGGER
.
debug
(
"
parse_condition
: %s"
,
condition
)
# Error Reporter
err
=
Reporter
()
tvi
=
TableVisitor
(
err
)
...
...
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