projects
/
igor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffb4b3e
)
Use DebuggingStream for any LOG.level <= DEBUG (not just ==).
author
W. Trevor King
<wking@tremily.us>
Sat, 21 Jul 2012 11:59:58 +0000
(07:59 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sat, 21 Jul 2012 11:59:58 +0000
(07:59 -0400)
igor/struct.py
patch
|
blob
|
history
diff --git
a/igor/struct.py
b/igor/struct.py
index ea8af34dfd2b1b492c6e29c216a9bbf9dace9f17..6097c20a4a633ddc2dbbb5423e7ff7beea5aa664 100644
(file)
--- a/
igor/struct.py
+++ b/
igor/struct.py
@@
-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]