Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SMIRR Jean-Loup
igor
Commits
84d9a567
Commit
84d9a567
authored
Jul 21, 2012
by
W. Trevor King
Browse files
Use DebuggingStream for any LOG.level <= DEBUG (not just ==).
parent
ffb4b3eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
igor/struct.py
View file @
84d9a567
...
...
@@ -709,7 +709,7 @@ class DynamicStructure (Structure):
if
data
is
None
:
parents
=
[
self
]
data
=
d
=
{}
if
_LOG
.
level
=
=
_logging
.
DEBUG
:
if
_LOG
.
level
<
=
_logging
.
DEBUG
:
stream
=
DebuggingStream
(
stream
)
else
:
parents
=
parents
+
[
self
]
...
...
Write
Preview
Supports
Markdown
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