Skip to content

OleStream.__init__ should raise an exception if the olefile is closed #81

@decalage2

Description

@decalage2

currently, if the olefile.fp is closed, opening a stream behaves as if the stream was of size zero, instead of raising an exception. This is due to a wrong construct of the try-except block in OleStream.init around the fp.seek call.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions