ishepard / pydriller

Python Framework to analyse Git repositories

Home Page:http://pydriller.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return undecoded content

ishepard opened this issue · comments

We currently try to decode everything. Of course we silently fail in case the file is a binary, pdf, or whatever can not be decoded to UTF-8.
Instead of silently failing, we could return an undecoded version of the file.