You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.