Destiny Peterson

Results 12 issues of Destiny Peterson

`olefile` version `0.46` and `0.47.dev4` (master branch) I've noticed that a number of the try-except blocks are specifically catching `BaseException` instead of `Exception`, which could lead to strange issues of...

bug

Failure to import library ExtractMsg. In `fulltext/backends/__msg.py`, line 4 should be: ``` from extract_msg import Message ``` instead of: ``` from ExtractMsg import Message ``` \ I am the current...