-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hack202406 #8154
Hack202406 #8154
Conversation
This only gets us to opening the first band, it doesn't actually allow the other bands to be retrieved.
@@ -60,6 +60,7 @@ | |||
from .TiffTags import TYPES | |||
|
|||
logger = logging.getLogger(__name__) | |||
logger.setLevel(logging.DEBUG) # XXX hack202406 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logger.setLevel(logging.DEBUG) # XXX hack202406 |
@@ -117,6 +117,8 @@ def __init__(self, fp=None, filename=None): | |||
|
|||
self.readonly = 1 # until we know better | |||
|
|||
self.newconfig = () |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we have a more descriptive name for this?
|
Fixes #1888 .
Changes proposed in this pull request: