This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
nd2reader
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
changed log level
master
Jim Rybarski
10 years ago
parent
a8a0d2a083
commit
0dcb18ce00
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
nd2reader/__init__.py
+ 1
- 1
nd2reader/__init__.py
View File
@ -10,7 +10,7 @@ import struct
log
=
logging
.
getLogger
(
__name__
)
log
.
addHandler
(
logging
.
StreamHandler
(
)
)
log
.
setLevel
(
logging
.
DEBU
G
)
log
.
setLevel
(
logging
.
WARNIN
G
)
class
Nd2
(
Nd2Parser
)
:
Write
Preview
Loading…
Cancel
Save